DownloaderHelper constructor
DownloaderHelper({
- Client? httpClient,
Implementation
DownloaderHelper({http.Client? httpClient})
: _httpClient = httpClient ?? http.Client();
DownloaderHelper({http.Client? httpClient})
: _httpClient = httpClient ?? http.Client();