onRefresh abstract method
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.
Errors thrown by this function will not be caught.
Implementation
FutureOr<T> onRefresh();