loadAd method
加载广告
Implementation
loadAd({required String posId, bool loadThenShow = true}) {
load(
posId: posId,
methodName: loadThenShow
? ProAdCore.methodLoadThenShowInterstitialAd
: ProAdCore.methodLoadInterstitialAd,
);
}