ConsentRequestParameters constructor

ConsentRequestParameters({
  1. bool? tagForUnderAgeOfConsent,
  2. ConsentDebugSettings? consentDebugSettings,
})

Implementation

ConsentRequestParameters(
    {this.tagForUnderAgeOfConsent, this.consentDebugSettings});