StreamLifecycleExt<T> extension
- on
-
- Stream<
T>
- Stream<
Methods
-
bindLifecycle(
ILifecycle lifecycle, {LifecycleState state = LifecycleState.created, bool repeatLastOnRestart = false, bool repeatLastOnStateAtLeast = false, bool closeWhenCancel = false, bool? cancelOnError}) → Stream< T> -
Available on Stream<
将Stream关联到lifecycleT> , provided by the StreamLifecycleExt extension