加载广告
loadAd({ required String posId, required double adWidth, }) { load( posId: posId, methodName: ProAdCore.methodLoadNativeExpressAd, arguments: {ProAdCore.keyAdWidth: adWidth}, ); }