loadAd method
加载banner广告
Implementation
loadAd({
required String posId,
required double adWidth,
required double adHeight,
}) {
load(posId: posId, methodName: OSETAdSDK.methodLoadBannerAd, arguments: {
OSETAdSDK.keyPosId: posId,
OSETAdSDK.keyAdWidth: adWidth,
OSETAdSDK.keyAdHeight: adHeight,
});
}