FernetEncryption constructor
Constructs a FernetEncryption instance with the given encryptionKey and accessKey.
Implementation
FernetEncryption({
required this.encryptionKey,
required this.accessKey,
});
Constructs a FernetEncryption instance with the given encryptionKey and accessKey.
FernetEncryption({
required this.encryptionKey,
required this.accessKey,
});