DownloadFile constructor
const
DownloadFile({})
Downloads a file from the cloud. Download progress and completion of the download will be notified through updateFile updates
Implementation
const DownloadFile({
required this.fileId,
required this.priority,
required this.offset,
required this.limit,
required this.synchronous,
});