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