UpdateFileRemovedFromDownloads constructor
const
UpdateFileRemovedFromDownloads({
- required int fileId,
- required DownloadedFileCounts counts,
- dynamic extra,
- int? clientId,
A file was removed from the file download list. This update is sent only after file download list is loaded for the first time
Implementation
const UpdateFileRemovedFromDownloads({
required this.fileId,
required this.counts,
this.extra,
this.clientId,
});