showFullScreenVideoAd method

Future<bool> showFullScreenVideoAd(
  1. String posId
)

展示全屏视频、新插屏广告 posId 广告位 id

Implementation

Future<bool> showFullScreenVideoAd(String posId) {
  throw UnimplementedError(
      'showFullScreenVideoAd() has not been implemented.');
}