showRewardVideoAd method

Future<String?> showRewardVideoAd(
  1. String adspotId
)

Implementation

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