AiutaConsentEmbeddedStringsCustom constructor
AiutaConsentEmbeddedStringsCustom({
- required String consentHtml,
Creates an AiutaConsentEmbeddedStringsCustom with the consentHtml
string.
Implementation
AiutaConsentEmbeddedStringsCustom({
required this.consentHtml,
}) : super(AiutaCustomizationType.custom);