LRConsent constructor

const LRConsent({
  1. ConsentStatus isEEA = ConsentStatus.UNKNOWN,
  2. ConsentStatus hasConsentForDataUsage = ConsentStatus.UNKNOWN,
  3. ConsentStatus hasConsentForAdsPersonalization = ConsentStatus.UNKNOWN,
})

Implementation

const LRConsent({
  this.isEEA = ConsentStatus.UNKNOWN,
  this.hasConsentForDataUsage = ConsentStatus.UNKNOWN,
  this.hasConsentForAdsPersonalization = ConsentStatus.UNKNOWN,
});