CastSender constructor

CastSender(
  1. CastDevice device
)

Implementation

CastSender(this.device) {
  _contentQueue = [];

  castSessionController = StreamController.broadcast();
  castMediaStatusController = StreamController.broadcast();
}