showAd method

void showAd()

插屏广告显示调用方法

Implementation

void showAd() async {
  await _channel?.invokeMethod(AMPSAdSdkMethodNames.interstitialShowAd);
}