showRewardedVideo static method
Shows a Rewarded Video Ad.
Before showing the Ad, call loadRewarded and wait for the
adReady
event.
Implementation
static Future<dynamic> showRewardedVideo() async {
await _channel.invokeMethod('showRewardedVideo');
}