TermsOfService constructor
TermsOfService({
- String? extra,
- int? client_id,
- FormattedText? text,
- int32? min_user_age,
- Bool? show_popup,
Implementation
TermsOfService({
super.extra,
super.client_id,
this.text,
this.min_user_age,
this.show_popup,
});