showAds method

dynamic showAds()

Implementation

showAds() async {
  if (!visible) {
    tileAdsLayerManager?.updateVisibility(true);
    await tileAdsLayerManager?.renderFeatures({});
  }
}