refresh method
void
refresh()
Restarts the pagination process.
This cancels the current fetch operation and resets the state.
Implementation
void refresh() {
operation = null;
value = value.reset();
}
Restarts the pagination process.
This cancels the current fetch operation and resets the state.
void refresh() {
operation = null;
value = value.reset();
}