goToPreviousPage method

void goToPreviousPage()

Implementation

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