init static method
Implementation
static void init({
required GlobalKey<NavigatorState> rootKey,
}) {
MeteorFlutterNavigator.rootKey = rootKey;
}
static void init({
required GlobalKey<NavigatorState> rootKey,
}) {
MeteorFlutterNavigator.rootKey = rootKey;
}