getNavigatorKey method
Get currently used navigation key
Implementation
GlobalKey<NavigatorState> getNavigatorKey() {
return _navigatorKey;
}
Get currently used navigation key
GlobalKey<NavigatorState> getNavigatorKey() {
return _navigatorKey;
}