showInterstitial method

Future<void> showInterstitial()

Implementation

Future<void> showInterstitial() async {
  return _methodChannel.invokeMethod('showInterstitial');
}