showAd method

dynamic showAd({
  1. required OSETAd osetAd,
})

展示插屏广告

Implementation

showAd({required OSETAd osetAd}) async {
  await OSETAdManager.invokeMethod(
      method: OSETAdSDK.methodShowInterstitialAd,
      params: {OSETAdSDK.keyAdId: osetAd.adId});
}