CheckDatabaseEncryptionKey constructor

const CheckDatabaseEncryptionKey({
  1. 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,
});