FetchAsync<T> typedef

FetchAsync<T> = FutureOr<T> Function(ResultNotifier<T> notifier)

Signature for functions that fetches data asynchronously for an FutureNotifier.

Implementation

typedef FetchAsync<T> = FutureOr<T> Function(ResultNotifier<T> notifier);