pop method
void
pop({
- dynamic result,
Pop the page
Implementation
void pop({dynamic result, bool rootNavigator = false}) {
if (state == null) return;
StateAction.pop(state!, result: result, rootNavigator: rootNavigator);
}