CCSocketOptions constructor
CCSocketOptions({})
Implementation
CCSocketOptions({
required this.uri,
required this.requestTypeName,
this.connectTimeout,
this.pingInterval,
this.autoConnect,
}) {}
CCSocketOptions({
required this.uri,
required this.requestTypeName,
this.connectTimeout,
this.pingInterval,
this.autoConnect,
}) {}