onRefresh method
override
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
@override
FutureOr<List<Feedback>> onRefresh() => _feedbackRepository.getFeedbacks();