showInterstitialAd static method

Future<Null> showInterstitialAd(
  1. String type
)

Implementation

static Future<Null> showInterstitialAd(String type) async {
  await _channel.invokeMethod('showInterstitialAd', {'type': type});
}