RxObserver class

Listen to multiple Rx streams

Constructors

RxObserver()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
Cancel all stream subscriptions
listen(void callback()) → void
Listen to all _streams and call callback when any of them emits
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setup<T>(T builder()) → T
Set up this observer with the given builder
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited