AuthorizationStateWaitCode constructor
const
AuthorizationStateWaitCode({
- required AuthenticationCodeInfo codeInfo,
- dynamic extra,
- int? clientId,
TDLib needs the user's authentication code to authorize. Call checkAuthenticationCode to check the code
Implementation
const AuthorizationStateWaitCode({
required this.codeInfo,
this.extra,
this.clientId,
});