showRewardedVideo static method

Future showRewardedVideo()

Implementation

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