HttpDownloader constructor
const
HttpDownloader({
- HttpDownloadPolicy policy = const HttpDownloadPolicy(),
- void onProgress()?,
Implementation
const HttpDownloader({
this.policy = const HttpDownloadPolicy(),
this.onProgress,
});