showInterstitialAd method
Implementation
void showInterstitialAd(
{required String interstitialID, VoidCallback? onAdClosed}) {
throw UnimplementedError('platformVersion() has not been implemented.');
}
void showInterstitialAd(
{required String interstitialID, VoidCallback? onAdClosed}) {
throw UnimplementedError('platformVersion() has not been implemented.');
}