SignallingClient class

Constructors

SignallingClient(String url, String token, PacketHandlerType PacketHandler)

Properties

hashCode int
The hash code for this object.
no setterinherited
onClose ↔ (dynamic Function(int? code, String? reaso)?)
getter/setter pair
onMessage ↔ (dynamic Function(dynamic msg)?)
getter/setter pair
PacketHandler ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
WebSocketConnection ↔ WebSocketChannel
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onServerError() → dynamic
onServerMessage(dynamic event) → dynamic
setup(dynamic url, dynamic token) → dynamic
SignallingSend(String Target, Map<String, String> Data) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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