AuthorizationStateWaitEmailCode constructor
AuthorizationStateWaitEmailCode({
- required bool allowAppleId,
- required bool allowGoogleId,
- EmailAddressAuthenticationCodeInfo? codeInfo,
- EmailAddressResetState? emailAddressResetState,
Implementation
AuthorizationStateWaitEmailCode({
required this.allowAppleId,
required this.allowGoogleId,
this.codeInfo,
this.emailAddressResetState,
});