loadInterstitial method

  1. @override
Future<InterstitialHandle> loadInterstitial(
  1. String adUnitId,
  2. AdRequestOptions options
)
override

Loads an interstitial ad.

Implementation

@override
Future<InterstitialHandle> loadInterstitial(
  String adUnitId,
  AdRequestOptions options,
) async => _loadFullScreen(
  'interstitial',
  adUnitId,
  interstitials,
  options: options,
);