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