RemoteMediaClient constructor Null safety

RemoteMediaClient(
  1. CastHostApi _hostApi
)

Implementation

RemoteMediaClient(this._hostApi) {
  this.mediaQueue = MediaQueue(_hostApi);
  this.mediaStatusStream = this._mediaStatusStreamController.stream;
  this.progressStream = this._progressStreamController.stream;
}