CheckDatabaseEncryptionKey constructor
const
CheckDatabaseEncryptionKey({
- required String encryptionKey,
Checks the database encryption key for correctness. Works only when the current authorization state is authorizationStateWaitEncryptionKey
Implementation
const CheckDatabaseEncryptionKey({
required this.encryptionKey,
});