back method

void back()

Implementation

void back() {
  _navigationService.goBack();
}