UpdateFileRemovedFromDownloads constructor
UpdateFileRemovedFromDownloads({
- required int fileId,
- DownloadedFileCounts? counts,
Implementation
UpdateFileRemovedFromDownloads({required this.fileId, this.counts});