SetDatabaseEncryptionKey constructor

SetDatabaseEncryptionKey({
  1. required String newEncryptionKey,
})

Implementation

SetDatabaseEncryptionKey({required this.newEncryptionKey});