getNavigatorKey method

GlobalKey<NavigatorState>? getNavigatorKey()

Get currently used navigation key

Implementation

GlobalKey<NavigatorState>? getNavigatorKey() =>
    _aliceCore.configuration.navigatorKey;