menu
atomic_reaction package
documentation
atomic_modifiers.dart
TakeUntilStreamTransformer<S, T>
otherStream property
otherStream property
dark_mode
light_mode
otherStream
property
Stream
<
T
>
otherStream
final
The
Stream
which closes this
Stream
as soon as it emits an event.
Implementation
final Stream<T> otherStream;
atomic_reaction package
documentation
atomic_modifiers
TakeUntilStreamTransformer<S, T>
otherStream property
TakeUntilStreamTransformer class