pop method

void pop()

Implementation

void pop() {
  _state?._pop();
}