reload method
Reloads the list from the beginning (alias for refreshPaginatedList).
Implementation
@override
void reload() {
refreshPaginatedList();
}
Reloads the list from the beginning (alias for refreshPaginatedList).
@override
void reload() {
refreshPaginatedList();
}