pop method

dynamic pop({
  1. dynamic result,
})

Pop the page

Implementation

pop({dynamic result}) {
  updatePageState("pop", {"result": result});
}