EncryptionService constructor
EncryptionService({
- required String encryptionKey,
Implementation
EncryptionService({
required this.encryptionKey,
});
EncryptionService({
required this.encryptionKey,
});