onAdLoadCallback method

dynamic onAdLoadCallback(
  1. T bwtAd
)

广告加载成功回调

Implementation

onAdLoadCallback(T bwtAd) {
  onAdLoad?.call(bwtAd);
}