CastChannel.CreateWithSocket constructor
CastChannel.CreateWithSocket(})
Implementation
CastChannel.CreateWithSocket(Socket? socket,
{String? sourceId, String? destinationId, String? namespace})
: _socket = socket,
_sourceId = sourceId,
_destinationId = destinationId,
_namespace = namespace;