rewardedInterstitialAdUnitId property

String? get rewardedInterstitialAdUnitId

Get the Ad Unit ID for rewarded interstitial ads.

Implementation

String? get rewardedInterstitialAdUnitId => getAdUnitId(
    'RewardedInterstitial',
    iosRewardedInterstitialAdUnitId,
    androidRewardedInterstitialAdUnitId);