canPop method

bool canPop()

return true if we can do pop

Implementation

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