showWithPopupRewardedInterstitial method

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

Implementation

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