RequestConfiguration constructor

RequestConfiguration({
  1. String? maxAdContentRating,
  2. int? tagForChildDirectedTreatment,
  3. int? tagForUnderAgeOfConsent,
  4. List<String>? testDeviceIds,
})

Implementation

RequestConfiguration(
    {this.maxAdContentRating,
    this.tagForChildDirectedTreatment,
    this.tagForUnderAgeOfConsent,
    this.testDeviceIds});