FacebookAds constructor

FacebookAds({
  1. String? bannerId,
  2. String? interestialId,
  3. String? rewardedId,
  4. String? nativeId,
  5. bool? isBannerAds,
  6. bool? isInterstitialAds,
  7. bool? isRewaredAds,
  8. bool? isNativeAds,
  9. int? interstitialInterval,
})

Implementation

FacebookAds(
    {this.bannerId,
      this.interestialId,
      this.rewardedId,
      this.nativeId,
      this.isBannerAds,
      this.isInterstitialAds,
      this.isRewaredAds,
      this.isNativeAds,
      this.interstitialInterval});