pop method
void
pop({
- dynamic result,
Pop the page
Implementation
void pop({dynamic result}) {
updatePageState("pop", {"result": result});
}
Pop the page
void pop({dynamic result}) {
updatePageState("pop", {"result": result});
}