showRewardedVideo static method
Implementation
static Future<dynamic> showRewardedVideo() async {
await _channel.invokeMethod('showRewardedVideo');
}
static Future<dynamic> showRewardedVideo() async {
await _channel.invokeMethod('showRewardedVideo');
}