loadRewardedInterstitial method

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

Implementation

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