canPop method

bool canPop()

Implementation

bool canPop() {
  return _navigator!.canPop();
}