StreamBackedEmitter<T> class
- Implemented types
-
- Emitter<
T>
- Emitter<
Constructors
Properties
Methods
-
dispose(
) → Future< void> -
override
-
emit(
Emitter< T> emitter) → void -
Emits values of
emitter
override -
emitAll(
Iterable< T> values) → void -
Emits all of the
values
override -
emitOne(
T value) → void -
Emits a
value
override -
emitRxValue(
RxValue< T> value) → void -
Emits values of
value
override -
emitRxValues(
List< RxValue< values) → voidT> > -
Emits values of
value
override -
emitStream(
Stream< T> stream) → void -
Emits values of the
stream
override -
emitStreams(
List< Stream< stream) → voidT> > -
listen(
dynamic callback) → StreamSubscription< T> -
Calls
callback
whenever 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
-
pipeTo(
Emitter< T> emitter) → void -
Pipes events to
other
override -
pipeToValue(
RxValue< T> other) → void -
Pipes events to
other
override -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited