menu
dart_chromecast package
documentation
casting/cast_channel.dart
CastChannel
CastChannel constructor
CastChannel constructor
dark_mode
light_mode
CastChannel
constructor
CastChannel
(
Socket
?
_socket
,
String
?
_sourceId
,
String
?
_destinationId
,
String
?
_namespace
,
)
Implementation
CastChannel( this._socket, this._sourceId, this._destinationId, this._namespace);
dart_chromecast package
documentation
casting/cast_channel
CastChannel
CastChannel constructor
CastChannel class