loadAd method
dynamic
loadAd({})
加载广告
Implementation
loadAd({
required String posId,
required double adWidth,
Map<String, String> scenes = const {},
}) {
load(
posId: posId,
methodName: BwtAdCore.methodLoadNativeExpressAd,
arguments: {
BwtAdCore.keyAdWidth: adWidth,
BwtAdCore.keyScenes:scenes
},
);
}