showInterstitial static method

Future showInterstitial()

Implementation

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