canGoBack method

bool canGoBack()

Implementation

bool canGoBack() {
  return navigatorKey.currentState!.canPop();
}