Downloader<T extends DLProvider> constructor

const Downloader<T extends DLProvider>({
  1. required T provider,
  2. HttpClient? client,
})

Implementation

const Downloader({
  required this.provider,
  final this.client,
});