loadInterstitial method
Loads an interstitial ad.
Implementation
@override
Future<InterstitialHandle> loadInterstitial(
String adUnitId,
AdRequestOptions options,
) async => _loadFullScreen('interstitial', adUnitId, interstitials);
Loads an interstitial ad.
@override
Future<InterstitialHandle> loadInterstitial(
String adUnitId,
AdRequestOptions options,
) async => _loadFullScreen('interstitial', adUnitId, interstitials);