GoogleAdsSearchads360V23CommonConsent constructor

GoogleAdsSearchads360V23CommonConsent({
  1. String? adPersonalization,
  2. String? adUserData,
})

Implementation

GoogleAdsSearchads360V23CommonConsent({
  this.adPersonalization,
  this.adUserData,
});