EmailAddressResetStateAvailable constructor
      const
      EmailAddressResetStateAvailable({ 
    
- required int waitPeriod,
Email address can be reset after the given period. Call resetAuthenticationEmailAddress to reset it and allow the user to authorize with a code sent to the user's phone number
Implementation
const EmailAddressResetStateAvailable({
  required this.waitPeriod,
});