VideoClient constructor
VideoClient(
- YoutubeHttpClient _httpClient
Initializes an instance of VideoClient.
Implementation
VideoClient(this._httpClient)
: streamsClient = StreamClient(_httpClient),
closedCaptions = ClosedCaptionClient(_httpClient),
commentsClient = CommentsClient(_httpClient);