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