展示激励广告
static Future<bool> showRewardAd(String posId) async { final bool result = await _methodChannel.invokeMethod('showRewardVideoAd', { 'posId': posId, }); return result; }