AsyncStream<T> constructor
const
AsyncStream<T> ({})
Implementation
const AsyncStream({
required this.key,
required this.stream,
required this.onLoading,
required this.onData,
required this.onError,
this.onDone,
});