preLoadRewardedInterstitial method

Future<bool?> preLoadRewardedInterstitial(
  1. List<String>? unitIds
)

Implementation

Future<bool?> preLoadRewardedInterstitial(List<String>? unitIds) {
  throw UnimplementedError(
      'preLoadRewardedInterstitial() has not been implemented.');
}