showInterAd method
Implementation
@override
void showInterAd({AdModuleWithCallBacks? adModuleCallBacks}) {
if (interstitialAd != null) {
interstitialAd!.show();
return;
}
throw Exception("Please Initialize Ad Before Calling");
}
@override
void showInterAd({AdModuleWithCallBacks? adModuleCallBacks}) {
if (interstitialAd != null) {
interstitialAd!.show();
return;
}
throw Exception("Please Initialize Ad Before Calling");
}