RemoveAllFilesFromDownloads constructor
const
RemoveAllFilesFromDownloads({})
Removes all files from the file download list
Implementation
const RemoveAllFilesFromDownloads({
required this.onlyActive,
required this.onlyCompleted,
required this.deleteFromCache,
});