AuthorizationStateWaitEmailCode constructor

AuthorizationStateWaitEmailCode({
  1. required bool allowAppleId,
  2. required bool allowGoogleId,
  3. EmailAddressAuthenticationCodeInfo? codeInfo,
  4. EmailAddressResetState? emailAddressResetState,
})

Implementation

AuthorizationStateWaitEmailCode({
  required this.allowAppleId,
  required this.allowGoogleId,
  this.codeInfo,
  this.emailAddressResetState,
});