loadInterstitialAd method
Future<bool>
loadInterstitialAd(
- String? placementID,
- String? inventoryCode,
- CustomKeywords? customKeywords
loads an interstitial ad.
Implementation
Future<bool> loadInterstitialAd(
String? placementID,
String? inventoryCode,
CustomKeywords? customKeywords,
) async {
return _instance.loadInterstitialAd(
placementID,
inventoryCode,
customKeywords,
);
}