reload method
Reload the paged value list from the start, resetting the offset in the process.
Implementation
Future<void> reload() {
resetPageOffset();
return updateValue(isReload: true);
}
Reload the paged value list from the start, resetting the offset in the process.
Future<void> reload() {
resetPageOffset();
return updateValue(isReload: true);
}