mountWidgetAdId method
Indicates that adId is mounted in widget tree.
Implementation
void mountWidgetAdId(String adId) => _mountedWidgetAdIds.add(adId);
Indicates that adId is mounted in widget tree.
void mountWidgetAdId(String adId) => _mountedWidgetAdIds.add(adId);