CastSender constructor
CastSender(
- CastDevice device
Implementation
CastSender(this.device) {
_contentQueue = [];
castSessionController = StreamController.broadcast();
castMediaStatusController = StreamController.broadcast();
}