SessionManager constructor

SessionManager(
  1. CastHostApi _hostApi
)

Implementation

SessionManager(this._hostApi) {
  this.remoteMediaClient = RemoteMediaClient(_hostApi);
}