disposeAll method
void
disposeAll()
모든 광고 해제
Implementation
void disposeAll() {
_adCache.forEach((key, ad) => ad?.dispose());
_adCache.clear();
_adSizeCache.clear();
_adLoadedCache.clear();
}
모든 광고 해제
void disposeAll() {
_adCache.forEach((key, ad) => ad?.dispose());
_adCache.clear();
_adSizeCache.clear();
_adLoadedCache.clear();
}