setNavigatorKey static method
void
setNavigatorKey(
Implementation
static void setNavigatorKey(GlobalKey<NavigatorState> key) {
appNavigatorKey = key;
}
static void setNavigatorKey(GlobalKey<NavigatorState> key) {
appNavigatorKey = key;
}