FilenDownload constructor
FilenDownload({
- required FilenApi api,
- required FilenCrypto crypto,
- required FilenCache cache,
- required FilenDrive drive,
Implementation
FilenDownload({
required this.api,
required this.crypto,
required this.cache,
required this.drive,
});