CommandManager class Null safety

Mixed in types

Constructors

CommandManager()

Properties

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

Methods

cleanUp() → void
clearCompleters({Error? error}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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