changeNavigatorKey static method

void changeNavigatorKey(
  1. GlobalKey<NavigatorState> newKey
)

Implementation

static void changeNavigatorKey(GlobalKey<NavigatorState> newKey) =>
    SimpleCode.changeNavigatorKey(newKey);