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