destroyRewardedVideoAd static method

Future<bool?> destroyRewardedVideoAd()

Removes the rewarded video Ad.

Implementation

static Future<bool?> destroyRewardedVideoAd() async {
  return await FacebookRewardedVideoAd.destroyRewardedVideoAd();
}