DownloaderHelper constructor

DownloaderHelper({
  1. Client? httpClient,
})

Implementation

DownloaderHelper({http.Client? httpClient})
  : _httpClient = httpClient ?? http.Client();