canGoBack property

bool canGoBack

Implementation

bool get canGoBack {
  return _navigationService.canGoBack();
}