AuthorizationStateWaitEmailCode constructor

AuthorizationStateWaitEmailCode({
  1. String? extra,
  2. int? client_id,
  3. Bool? allow_apple_id,
  4. Bool? allow_google_id,
  5. EmailAddressAuthenticationCodeInfo? code_info,
  6. int32? next_phone_number_authorization_date,
})

Implementation

AuthorizationStateWaitEmailCode({
  super.extra,
  super.client_id,
  this.allow_apple_id,
  this.allow_google_id,
  this.code_info,
  this.next_phone_number_authorization_date,
});