CCSocketLogging constructor
CCSocketLogging({})
Implementation
CCSocketLogging({
required this.logEnabled,
this.onConnection,
this.onReconnection,
this.onRequest,
this.onResponse,
this.onClosed,
this.onError,
});