showInterstitial static method

Future showInterstitial()

Shows an Interstitial Ad.

Before showing the Ad, call loadInterstitial and wait for the adReady event.

Implementation

static Future<dynamic> showInterstitial() async {
  await _channel.invokeMethod('showInterstitial');
}