EmailAddressResetStatePending constructor
const
EmailAddressResetStatePending({
- required int resetIn,
Email address reset has already been requested. Call resetAuthenticationEmailAddress to check whether immediate reset is possible
Implementation
const EmailAddressResetStatePending({
required this.resetIn,
});