showAd method
展示插屏广告
Implementation
showAd({required ProAd proAd}) async {
await ProAdManager.invokeMethod(
method: ProAdCore.methodShowInterstitialAd,
params: {ProAdCore.keyAdId: proAd.adId},
);
}
展示插屏广告
showAd({required ProAd proAd}) async {
await ProAdManager.invokeMethod(
method: ProAdCore.methodShowInterstitialAd,
params: {ProAdCore.keyAdId: proAd.adId},
);
}