goBack method

void goBack()

Implementation

void goBack() {
  Navigator.pop(this);
}