AuthorizationStateWaitRegistration constructor

AuthorizationStateWaitRegistration({
  1. String? extra,
  2. int? client_id,
  3. TermsOfService? terms_of_service,
})

Implementation

AuthorizationStateWaitRegistration({
  super.extra,
  super.client_id,
  this.terms_of_service,
});