showAd method
展示插屏广告
Implementation
showAd({required OSETAd osetAd}) async {
await OSETAdManager.invokeMethod(
method: OSETAdSDK.methodShowInterstitialAd,
params: {OSETAdSDK.keyAdId: osetAd.adId});
}
展示插屏广告
showAd({required OSETAd osetAd}) async {
await OSETAdManager.invokeMethod(
method: OSETAdSDK.methodShowInterstitialAd,
params: {OSETAdSDK.keyAdId: osetAd.adId});
}