StreamManager class

Constructors

StreamManager()

Properties

channelChanged StreamController<BaseChannel>
no setter
connection StreamController<ConnectionEventType>
no setter
delivery StreamController<GroupChannel>
no setter
hashCode int
The hash code for this object.
no setterinherited
msgDeletd StreamController<ChannelMessageResponse>
no setter
msgReceived StreamController<ChannelMessageResponse>
no setter
msgUpdated StreamController<ChannelMessageResponse>
no setter
read StreamController<GroupChannel>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typing StreamController<GroupChannel>
no setter
unread StreamController<int>
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
toString() String
A string representation of this object.
inherited

Operators

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