AutoRefreshStateNotifier<T> constructor

AutoRefreshStateNotifier<T>(
  1. T state
)

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

Implementation

AutoRefreshStateNotifier