pop static method
void
pop(
- dynamic state, {
- dynamic result,
Pop the page
Implementation
static void pop(dynamic state, {dynamic result, bool rootNavigator = false}) {
_updateState(_findStateName(state), "pop", {
"result": result,
"rootNavigator": rootNavigator,
});
}