goToSearchHistoryPage method

void goToSearchHistoryPage(
  1. int index
)

Implementation

void goToSearchHistoryPage(int index) {
  currentSearchHistoryPage.value = index;
  getHistoryByUser();

  scrollTopPagination();
}