goTo static method

void goTo(
  1. String name
)

Implementation

static void goTo(String name) {
  _rootNavigatorKey.currentContext!.goNamed(name);
}