showRewardVideoAd static method

Future<bool> showRewardVideoAd()

显示激励广告

Implementation

static Future<bool> showRewardVideoAd() async {
  return await _channel.invokeMethod("showRewardVideoAd", {});
}