showRewardedInterstitial method

Future<bool?> showRewardedInterstitial(
  1. String unitId
)

Implementation

Future<bool?> showRewardedInterstitial(String unitId) {
  throw UnimplementedError(
      'showRewardedInterstitial() has not been implemented.');
}