AcceptTermsOfService constructor
const
AcceptTermsOfService({
- required String termsOfServiceId,
Accepts Telegram terms of services
Implementation
const AcceptTermsOfService({
required this.termsOfServiceId,
});