showInterstitialAd method

Future<void> showInterstitialAd()

Shows a loaded interstitial ad.

Ensure that loadInterstitialAd has successfully completed before calling this.

Implementation

Future<void> showInterstitialAd() async {
  await _hostApi.showInterstitialAd();
}