AiutaConsentEmbeddedStringsBuiltIn constructor

AiutaConsentEmbeddedStringsBuiltIn({
  1. required String termsOfServiceUrl,
})

Creates an instance of the built-in consent embedded strings.

Implementation

AiutaConsentEmbeddedStringsBuiltIn({
  required this.termsOfServiceUrl,
}) : super(AiutaCustomizationType.builtIn);