prepareInterstitial method

InterstitialAd prepareInterstitial(
  1. String placementId
)

Prepares InterstitialAd instance for requesting and showing interstitial ad

Implementation

InterstitialAd prepareInterstitial(String placementId) =>
    _delegate.prepareInterstitial(placementId);