SocketIoChannel constructor
SocketIoChannel(
- Socket socket,
- String name,
- SocketIoConnectorOptions options
Create a new class instance.
Implementation
SocketIoChannel(
this.socket,
this.name,
SocketIoConnectorOptions options,
) : super(options) {
subscribe();
}