pop static method
Pop the page
Implementation
static pop(String state, {dynamic result}) {
_updateState(state, "pop", {"setState": result});
}
Pop the page
static pop(String state, {dynamic result}) {
_updateState(state, "pop", {"setState": result});
}