SocketIoConnectorOptions class

Inheritance

Constructors

SocketIoConnectorOptions({required Socket client, Map? authHeaders, String? nameSpace, Map<String, dynamic> channelDecryption(String sharedSecret, Map data)?})
const

Properties

authHeaders Map?
finalinherited
channelDecryption Map<String, dynamic> Function(String sharedSecret, 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(String sharedSecret, Map data) Map<String, dynamic>
defaultChannelDecryptionHandler(String sharedSecret, 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