SetDatabaseEncryptionKey constructor

const SetDatabaseEncryptionKey({
  1. required String newEncryptionKey,
})

Changes the database encryption key. Usually the encryption key is never changed and is stored in some OS keychain

Implementation

const SetDatabaseEncryptionKey({
  required this.newEncryptionKey,
});