deselectCurrentAd method
Deselect current promotion. hide card view. @return true when card view is closed. Otherwise false.
Implementation
Future<bool> deselectCurrentAd() async {
hideAttributionView();
if (tileAdsLayerManager?.visible == true) {
return deselectedPin();
}
return false;
}