updateAdData method

dynamic updateAdData(
  1. ConfigAdData data
)

Implementation

updateAdData(ConfigAdData data){
  _priceSwitch=data.priceSwitch;
  _newIntLoadIosAd?.updateAdList(data.newInterList);
  _newRvLoadIosAd?.updateAdList(data.newRewardList);
}