RemoveFileFromDownloads constructor

const RemoveFileFromDownloads({
  1. required int fileId,
  2. required bool deleteFromCache,
})

Removes a file from the file download list

Implementation

const RemoveFileFromDownloads({
  required this.fileId,
  required this.deleteFromCache,
});