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