onAdRewardCallback method
dynamic
onAdRewardCallback(
- T osetAd
广告奖励回调
Implementation
onAdRewardCallback(T osetAd) {
onAdReward?.call(osetAd);
}
广告奖励回调
onAdRewardCallback(T osetAd) {
onAdReward?.call(osetAd);
}