changePage method

void changePage(
  1. ExplorePageArguments args
)

Implementation

void changePage(ExplorePageArguments args) {
  _navigationService.navigateTo(Routes.explore, arguments: args);
}