StreamToolsCollectAsStateExt<T> extension

on

Methods

collectAsState({T? initial, T onError(Object error, StackTrace stackTrace)?, Cancellable? cancellable}) ValueNotifier<T>

Available on Stream<T>, provided by the StreamToolsCollectAsStateExt extension

Collects the stream as a ValueNotifier.