showFullScreenVideoAd method

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

Implementation

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