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