SocketManager constructor
const
SocketManager({})
Implementation
const SocketManager({
Key? key,
required this.endpoint,
required this.child,
required this.token,
this.appName,
this.autoConnect = false,
}) : super(key: key);