LastOrLoadingStateNotifier<T> constructor
Null safety
- Future<
T> _creator(
Implementation
LastOrLoadingStateNotifier(this._creator)
: super(const LoadingFuture.loading()) {
scheduleMicrotask(refresh);
}
LastOrLoadingStateNotifier(this._creator)
: super(const LoadingFuture.loading()) {
scheduleMicrotask(refresh);
}