showRewarded method

Future<void> showRewarded()

Implementation

Future<void> showRewarded() async {
  await _methodChannel.invokeMethod('showRewarded');
}