Client class

Constructors

Client(ClientConfig config)

Properties

channels ChannelManager
getter/setter pair
clientConfig ClientConfig
getter/setter pair
events ↔ EventEmitter
Eventify event emitter. Emits the following events:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
messages ClientMessageManager
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverConfig ServerConfig
getter/setter pair
servers ServerManager
getter/setter pair
sessionInfo SessionInfo
getter/setter pair
user User
The user the client logged in as.
getter/setter pair
users UserManager
getter/setter pair
utilities UtilityFunctions
Functions that might or might not be useful
getter/setter pair
wsClient WSClient
getter/setter pair

Methods

login(AuthInfo authInfo) Future<void>
Generate a new session using username/password
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
useExistingSession(SessionInfo session) Future<void>
Use an existing session

Operators

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