Returns true if the adId is already mounted in a WidgetAd.
adId
WidgetAd
bool isWidgetAdIdMounted(String adId) => _mountedWidgetAdIds.contains(adId);