ObserverState<T> constructor
ObserverState<T> ({})
Implementation
ObserverState({
required this.state,
this.onLoaded,
this.onError,
this.onLoading,
this.onInit,
}) {
_observe();
}
ObserverState({
required this.state,
this.onLoaded,
this.onError,
this.onLoading,
this.onInit,
}) {
_observe();
}