handleRefresh method
void
handleRefresh()
Implementation
void handleRefresh() {
clearError();
_executePaginationAction('handleRefresh', page: 1);
}
void handleRefresh() {
clearError();
_executePaginationAction('handleRefresh', page: 1);
}