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.')
dynamic 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.')
get navigatorKey {
  return Get.key;
}