GetRecoveryEmailAddress constructor

const GetRecoveryEmailAddress({
  1. required String password,
})

Returns a 2-step verification recovery email address that was previously set up. This method can be used to verify a password provided by the user

Implementation

const GetRecoveryEmailAddress({
  required this.password,
});