menu
observable_ish package
documentation
emitter/emitter.dart
StreamBackedEmitter<T>
pipeToValue method
pipeToValue method
dark_mode
light_mode
pipeToValue
method
void
pipeToValue
(
RxValue
<
T
>
other
)
override
Pipes events to
other
Implementation
void pipeToValue(RxValue<T> other) => other.bindStream(asStream);
observable_ish package
documentation
emitter/emitter
StreamBackedEmitter<T>
pipeToValue method
StreamBackedEmitter class