goBack static method

void goBack()

Implementation

static void goBack() {
  return navigatorKey.currentState?.pop();
}