navigateBack method

void navigateBack()

Implementation

void navigateBack() {
  print("Going back");
  _navigationService.goBack();
}