CommandManager class

Mixed in types

Constructors

CommandManager()

Properties

appState SendbirdState
no setterinherited
cmdManager CommandManager
no setterinherited
eventManager EventManager
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdk SendbirdSdkInternal
no setterinherited
webSocket WebSocketClient?
no setterinherited

Methods

cleanUp() → void
clearCompleters({Error? error}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
processCommand(Command cmd) → void
send(WsRequest request) Future<WsEvent?>
sendCommand(Command cmd) Future<Command?>
toString() String
A string representation of this object.
inherited

Operators

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