SocketBase constructor
SocketBase({
- required ValueChanged<
String> callback, - String? url,
- String? verifiedReceivedMessage,
- bool autoConnect = true,
Implementation
SocketBase({
required this.callback,
this.url,
this.verifiedReceivedMessage,
this.autoConnect = true,
});