HttpFileService constructor

HttpFileService({
  1. Client? httpClient,
})

Implementation

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