SocketClient class

Constructors

SocketClient.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
healthCheckTimer Timer?
getter/setter pair
roomId String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverUrl String
getter/setter pair
socket ↔ Socket
getter/setter pair

Methods

changeCursorPosition(double dx, double dy) → void
connectServer(String socketRoomId) Future<void>
disconnect({bool notify = true}) → void
getRandomColor() int
initialize(String socketServerUrl) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startHealthCheck() → void
toString() String
A string representation of this object.
inherited

Operators

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