EncryptedPersistence<T> constructor
Implementation
EncryptedPersistence({
required this.storage,
required this.encrypt,
required this.decrypt,
required this.serialize,
required this.deserialize,
});
EncryptedPersistence({
required this.storage,
required this.encrypt,
required this.decrypt,
required this.serialize,
required this.deserialize,
});