AdmobSettings constructor

AdmobSettings({
  1. bool? isOverride,
  2. String? adsLoadingText,
  3. int? adsLoadingDelay,
  4. bool? isBannerAds,
  5. bool? isInterstitialAds,
  6. GoogleAds? googleAds,
  7. UnityAdsPackage? unityAds,
  8. CustomAds? customAds,
})

Implementation

AdmobSettings({
  this.isOverride,
  this.adsLoadingText,
  this.adsLoadingDelay,
  this.isBannerAds,
  this.isInterstitialAds,
  this.googleAds,
  this.unityAds,
  this.customAds,
});