SocketIoConnectorOptions class
- Inheritance
-
- Object
- ConnectorOptions<
Socket> - SocketIoConnectorOptions
Constructors
Properties
- authHeaders → Map?
-
finalinherited
-
channelDecryption
→ Map<
String, dynamic> Function(Map data)? -
The channel decryption handler.
final
- client → Socket
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- nameSpace → String?
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
decryptChannelData(
Map data) → Map< String, dynamic> -
defaultChannelDecryptionHandler(
Map data) → Map< String, dynamic> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited