removePop method

void removePop()

Implementation

void removePop() {
  _state?.removePop();
}