pop static method

dynamic pop()

Implementation

static pop() {
  canPop() ? Bridge.navigator.currentState!.pop() : null;
}