FetchStream<T> typedef

FetchStream<T> = Stream<T> Function(StreamNotifier<T> notifier)

Signature for functions that fetches streaming data for a StreamNotifier.

Implementation

typedef FetchStream<T> = Stream<T> Function(StreamNotifier<T> notifier);