popState method

void popState(
  1. String name
)

Pop the state at the top of the stack

Implementation

void popState(String name) {
  store.popState(name);
}