menu
bwt_ad_flutter package
documentation
ad/loader/BwtAdLoader.dart
BwtAdLoader<T extends BwtAd>
onAdCloseCallback method
onAdCloseCallback method
dark_mode
light_mode
onAdCloseCallback
method
dynamic
onAdCloseCallback
(
T
bwtAd
)
广告被关闭回调
Implementation
onAdCloseCallback(T bwtAd) { onAdClose?.call(bwtAd); }
bwt_ad_flutter package
documentation
ad/loader/BwtAdLoader
BwtAdLoader<T extends BwtAd>
onAdCloseCallback method
BwtAdLoader class