unregist method

void unregist(
  1. ADSuyiAd ad
)

Implementation

void unregist(ADSuyiAd ad) {
  adId = ad.adId;
  map.remove(adId);
}