unmountWidgetAdId method

void unmountWidgetAdId(
  1. String adId
)

Indicates that adId is unmounted from the widget tree.

Implementation

void unmountWidgetAdId(String adId) => _mountedWidgetAdIds.remove(adId);