showInterstitialAd method

  1. @override
Future<String?> showInterstitialAd(
  1. String adspotId
)

Implementation

@override
Future<String?> showInterstitialAd(String adspotId) {
  throw UnimplementedError('showInterstitialAd(String adspotId) has not been implemented.');
}