StreamBackedEmitter<T> class
- Implemented types
-
- Emitter<
T>
- Emitter<
Constructors
- StreamBackedEmitter()
-
factory
Properties
Methods
-
dispose(
) → Future< void> -
override
-
emit(
Emitter< T> emitter) → void -
Emits values of
emitteroverride -
emitAll(
Iterable< T> values) → void -
Emits all of the
valuesoverride -
emitOne(
T value) → void -
Emits a
valueoverride -
emitRxValue(
RxValue< T> value) → void -
Emits values of
valueoverride -
emitStream(
Stream< T> stream) → void -
Emits values of the
streamoverride -
listen(
dynamic callback) → StreamSubscription< T> -
Calls
callbackwhenever there is an event. Returns a StreamSubscription to control the listening.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
on(
dynamic callback) → StreamSubscription< T> -
Calls
callbackwhenever there is an eventoverride -
pipeTo(
Emitter< T> emitter) → void -
Pipes events to
otheroverride -
pipeToValue(
RxValue< T> other) → void -
Pipes events to
otheroverride -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited