FilenDrive constructor

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

Implementation

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