showRewardVideoAd method

Future<bool> showRewardVideoAd(
  1. String posId, {
  2. bool playMuted = false,
  3. String? customData,
  4. String? userId,
})

Implementation

Future<bool> showRewardVideoAd(
  String posId, {
  bool playMuted = false,
  String? customData,
  String? userId,
}) {
  throw UnimplementedError('showRewardVideoAd() has not been implemented.');
}