Socket class abstract
Socket Interface.
- Implementers
Constructors
- Socket()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- onconnect ↔ void Function()?
-
getter/setter pair
- ondata ↔ void Function(dynamic data)?
-
getter/setter pair
- ondisconnect ↔ void Function(WebSocketInterface socket, bool error, int? closeCode, String? reason)?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sip_uri → String?
-
no setter
- url → String?
-
no setter
- via_transport ↔ String
-
getter/setter pair
Methods
-
connect(
) → void -
disconnect(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
send(
dynamic data) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited