navigatorKey property

  1. @Deprecated('Prefer to use the StackedServices.navigatorKey instead of using this key. This will be removed in the next major version update for stacked.')
GlobalKey<NavigatorState>? navigatorKey

Implementation

@Deprecated(
    'Prefer to use the StackedServices.navigatorKey instead of using this key. This will be removed in the next major version update for stacked.')
GlobalKey<NavigatorState>? get navigatorKey => G.Get.key;