StreamManager class Null safety

Constructors

StreamManager()

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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