SetDatabaseEncryptionKey constructor

SetDatabaseEncryptionKey({
  1. String? extra,
  2. int? client_id,
  3. bytes? new_encryption_key,
})

Implementation

SetDatabaseEncryptionKey({
  super.extra,
  super.client_id,
  this.new_encryption_key,
});