showBannerAd method

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

Implementation

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