CmpAppConsent constructor

CmpAppConsent({
  1. String? appKey,
  2. bool? forceGDPR,
  3. bool fullscreen = false,
})

Implementation

CmpAppConsent({
  this.appKey,
  this.forceGDPR,
  this.fullscreen = false,
});