goToExplorePage method

void goToExplorePage()

Implementation

void goToExplorePage() {
  _navigationService.navigateTo(Routes.explore);
}