showInterstitialAd method
Shows a loaded interstitial ad.
Implementation
@override
Future<void> showInterstitialAd(String adObjectId) async {
await methodChannel
.invokeMethod<void>('showInterstitialAd', {'adObjectId': adObjectId});
}
Shows a loaded interstitial ad.
@override
Future<void> showInterstitialAd(String adObjectId) async {
await methodChannel
.invokeMethod<void>('showInterstitialAd', {'adObjectId': adObjectId});
}