AiutaConsentEmbeddedStringsCustom constructor

AiutaConsentEmbeddedStringsCustom({
  1. required String consentHtml,
})

Creates an AiutaConsentEmbeddedStringsCustom with the consentHtml string.

Implementation

AiutaConsentEmbeddedStringsCustom({
  required this.consentHtml,
}) : super(AiutaCustomizationType.custom);