Streamer class abstract
An abstract interface class for providing a stream of events.
The Streamer class defines a contract for classes that provide a stream
of events. Implementing classes should extend this class and provide
an implementation for the eventStream method.
- Annotations
-
- @Deprecated("Will be removed in the next major release.")
Constructors
- Streamer()
Properties
-
eventStream
→ Stream<
Map< String, dynamic> > -
Returns a stream of events.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited