pop method

void pop({
  1. dynamic result,
})

Pop the page

Implementation

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