showRewardedVideo static method

Future<void> showRewardedVideo()

Implementation

static Future<void> showRewardedVideo() async {
  await _channel.invokeMethod("showRewarded");
}