getNavigatorKey method

GlobalKey<NavigatorState> getNavigatorKey()

Get currently used navigation key

Implementation

GlobalKey<NavigatorState> getNavigatorKey() {
  return _navigatorKey;
}