showRewardVideoAdFromRootViewController static method
初始化广告
appKey 广告配置 appKey
isDebug 是否为测试模式
Implementation
static Future<bool> showRewardVideoAdFromRootViewController(
String adId) async {
final bool result = await _channel.invokeMethod(
'showRewardVideoAdFromRootViewController',
{'adId': ""},
);
return result;
}