init static method

void init({
  1. required GlobalKey<NavigatorState> rootKey,
})

Implementation

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