showInterstitialAd method
Implementation
Future<bool> showInterstitialAd(
String posId, {
bool showPopup = false,
bool showFullScreenVideo = false,
bool showRewardVideo = false,
bool autoPlayOnWifi = false,
bool autoPlayMuted = true,
String? customData,
String? userId,
}) {
throw UnimplementedError('showInterstitialAd() has not been implemented.');
}