showInterstitialAd method

Future<bool> showInterstitialAd(
  1. String posId, {
  2. bool showPopup = false,
  3. bool showFullScreenVideo = false,
  4. bool showRewardVideo = false,
  5. bool autoPlayOnWifi = false,
  6. bool autoPlayMuted = true,
  7. String? customData,
  8. String? userId,
})

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.');
}