getNumAdsAvailable static method

Future<int> getNumAdsAvailable(
  1. String preloadId
)

Returns the number of preloaded ads available for the given preloadId.

Implementation

static Future<int> getNumAdsAvailable(String preloadId) {
  return _AdPreloader.getNumAdsAvailable<AppOpenAd>(preloadId);
}