setNavigatorKey static method

void setNavigatorKey(
  1. GlobalKey<NavigatorState> key
)

Implementation

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