back method

dynamic back()

back to

Implementation

back() {
  Navigator.of(this).pop();
}