CastContext constructor

CastContext(
  1. CastHostApi _hostApi
)

Implementation

CastContext(this._hostApi) {
  this.sessionManager = SessionManager(_hostApi);
}