AutoRefreshAsyncNotifier<T> constructor

AutoRefreshAsyncNotifier<T>(
  1. bool setStateToLoadingOnRefresh
)

A class to use instead of AsyncNotifier which provides a way to automatically refresh the state.

Implementation

AutoRefreshAsyncNotifier