EncryptionService constructor

EncryptionService({
  1. required String encryptionKey,
})

Implementation

EncryptionService({
  required this.encryptionKey,
});