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