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