StreamClient constructor
StreamClient(
- YoutubeHttpClient _httpClient
Initializes an instance of StreamClient
Implementation
StreamClient(this._httpClient) : _controller = StreamController(_httpClient);