interstitialAdUnits property

FastAdUnits? get interstitialAdUnits

Implementation

FastAdUnits? get interstitialAdUnits => getAdUnits(
      'Interstitial',
      iosInterstitialAdUnits,
      androidInterstitialAdUnits,
    );