canPop static method

bool canPop()

Implementation

static bool canPop() {
  return Bridge.navigator.currentState!.canPop();
}