AcceptTermsOfService constructor

const AcceptTermsOfService({
  1. required String termsOfServiceId,
})

Accepts Telegram terms of services

Implementation

const AcceptTermsOfService({
  required this.termsOfServiceId,
});