StreamToolsCollectAsStateExt<T> extension
- on
-
- Stream<
T>
- Stream<
Methods
-
collectAsState(
{T? initial, T onError(Object error, StackTrace stackTrace)?, Cancellable? cancellable}) → ValueNotifier< T> -
Available on Stream<
Collects the stream as a ValueNotifier.T> , provided by the StreamToolsCollectAsStateExt extension