removeAdLayers method

dynamic removeAdLayers()

Implementation

removeAdLayers() {
  tileAdsLayerManager?.destroy();
  tileAdsLayerManager = null;
}