pop static method

dynamic pop(
  1. String state, {
  2. dynamic result,
})

Pop the page

Implementation

static pop(String state, {dynamic result}) {
  _updateState(state, "pop", {"setState": result});
}