AiutaConsentEmbeddedStringsBuiltIn constructor
AiutaConsentEmbeddedStringsBuiltIn({
- required String termsOfServiceUrl,
Creates an instance of the built-in consent embedded strings.
Implementation
AiutaConsentEmbeddedStringsBuiltIn({
required this.termsOfServiceUrl,
}) : super(AiutaCustomizationType.builtIn);