close method
void
close()
Closes the HttpClient assigned to this YoutubeHttpClient. Should be called after this is not used anymore.
Implementation
void close() => _httpClient.close();
Closes the HttpClient assigned to this YoutubeHttpClient. Should be called after this is not used anymore.
void close() => _httpClient.close();