CastChannel constructor

CastChannel(
  1. Socket? _socket,
  2. String? _sourceId,
  3. String? _destinationId,
  4. String? _namespace,
)

Implementation

CastChannel(
    this._socket, this._sourceId, this._destinationId, this._namespace);