showInterstitial static method

Future<void> showInterstitial()

Implementation

static Future<void> showInterstitial() async {
  await _channel.invokeMethod("showInterstitial");
}