AdConfiguration constructor

AdConfiguration({
  1. List<VastAttribute>? vastAttributes,
  2. bool? requiresAds,
  3. double? adsFetchTimeout,
})

Implementation

AdConfiguration({
  this.vastAttributes,
  this.requiresAds,
  this.adsFetchTimeout,
});