showInterstitialAd method

Future<void> showInterstitialAd(
  1. String adObjectId
)

Shows a loaded interstitial ad.

Implementation

Future<void> showInterstitialAd(String adObjectId) {
  throw UnimplementedError('showInterstitialAd() has not been implemented.');
}