back method

void back({
  1. dynamic result,
})

Implementation

void back({dynamic result}) {
  Navigator.pop(this, result);
}