W3GSocket<T> class
Properties
-
channel
→ WebSocketChannel
-
no setter
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
uri
↔ String
-
getter/setter pair
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
on(String event, dynamic listener(T))
→ void
-
add event listener
-
send(dynamic data)
→ void
-
send
data
to the server
-
toString()
→ String
-
A string representation of this object.
inherited