AuthorizationStateWaitEmailAddress constructor
const
AuthorizationStateWaitEmailAddress({})
TDLib needs the user's email address to authorize. Call setAuthenticationEmailAddress to provide the email address, or directly call checkAuthenticationEmailCode with Apple authorizationStateWaitEmailAddress/Google authorizationStateWaitEmailAddress token if allowed
Implementation
const AuthorizationStateWaitEmailAddress({
required this.allowAppleId,
required this.allowGoogleId,
this.extra,
this.clientId,
});