destroyAll static method

Future<void> destroyAll()

Destroys all preloaders of this format.

Implementation

static Future<void> destroyAll() {
  return _AdPreloader.destroyAll<RewardedAd>();
}