SetDatabaseEncryptionKey constructor
const
SetDatabaseEncryptionKey({
- 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,
});