FilenDownload constructor

FilenDownload({
  1. required FilenApi api,
  2. required FilenCrypto crypto,
  3. required FilenCache cache,
  4. required FilenDrive drive,
})

Implementation

FilenDownload({
  required this.api,
  required this.crypto,
  required this.cache,
  required this.drive,
});