StreamsListenable0<T> class abstract

A listenable interface for StreamsListener0

Constructors

StreamsListenable0()

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

handler(BuildContext context, T data) → void
A function will be called selector stream emits an event
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
selector(BuildContext context) Stream<T>
A function that will return a Stream it changes will trigger handler
toString() String
A string representation of this object.
inherited

Operators

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