YoutubeHttpClient constructor
YoutubeHttpClient([
- Client? httpClient
Initialize an instance of YoutubeHttpClient
Implementation
YoutubeHttpClient([http.Client? httpClient])
: _httpClient = httpClient ?? http.Client();