onRefresh abstract method

FutureOr<T> onRefresh()

Returns the new state.

This function is called in an interval of refreshRate.

The value returned by this function will be set as the new state if it is different from the current state.

Execution of this function is guarded by AsyncValue.guard.

Implementation

FutureOr<T> onRefresh();