unmountWidgetAdId method
Indicates that adId is unmounted from the widget tree.
Implementation
void unmountWidgetAdId(String adId) => _mountedWidgetAdIds.remove(adId);
Indicates that adId is unmounted from the widget tree.
void unmountWidgetAdId(String adId) => _mountedWidgetAdIds.remove(adId);