canPop method

bool canPop()

Check if can pop

Implementation

bool canPop() {
  return navigator?.canPop() ?? false;
}