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();
}