GetRecoveryEmailAddress constructor
const
GetRecoveryEmailAddress({
- 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,
});