SetRecoveryEmailAddress constructor

SetRecoveryEmailAddress({
  1. String? extra,
  2. int? client_id,
  3. string? password,
  4. string? new_recovery_email_address,
})

Implementation

SetRecoveryEmailAddress({
  super.extra,
  super.client_id,
  this.password,
  this.new_recovery_email_address,
});