StreamClient constructor

StreamClient(
  1. YoutubeHttpClient _httpClient
)

Initializes an instance of StreamClient

Implementation

StreamClient(this._httpClient) : _controller = StreamController(_httpClient);