goBack method

void goBack()

Implementation

void goBack() {
  navigatorKey.currentState!.maybePop();
}