CacheCipher constructor

const CacheCipher({
  1. required Decrypt decrypt,
  2. required Encrypt encrypt,
})

Implementation

const CacheCipher({required this.decrypt, required this.encrypt});