goToSearchHistoryPage method
- int index
Implementation
void goToSearchHistoryPage(int index) {
currentSearchHistoryPage.value = index;
getHistoryByUser();
scrollTopPagination();
}
void goToSearchHistoryPage(int index) {
currentSearchHistoryPage.value = index;
getHistoryByUser();
scrollTopPagination();
}