showInterstitialAd method
Shows a loaded interstitial ad.
Ensure that loadInterstitialAd has successfully completed before calling this.
Implementation
Future<void> showInterstitialAd() async {
await _hostApi.showInterstitialAd();
}
Shows a loaded interstitial ad.
Ensure that loadInterstitialAd has successfully completed before calling this.
Future<void> showInterstitialAd() async {
await _hostApi.showInterstitialAd();
}