AuthorizationStateWaitRegistration constructor
AuthorizationStateWaitRegistration({
- String? extra,
- int? client_id,
- TermsOfService? terms_of_service,
Implementation
AuthorizationStateWaitRegistration({
super.extra,
super.client_id,
this.terms_of_service,
});