rewardedInterstitialIsLoad method

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

Implementation

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