reload method

Future<void> reload()

Reload the paged value list from the start, resetting the offset in the process.

Implementation

Future<void> reload() {
  resetPageOffset();
  return updateValue(isReload: true);
}