mapViewDidDeselectAnnotationView method
- @mustCallSuper
@mustCallSuper, inherited
Implementation
@mustCallSuper
Future<void> mapViewDidDeselectAnnotationView(MAMapView mapView, MAAnnotationView view) {
kNativeObjectPool.add(mapView);
kNativeObjectPool.add(view);
debugPrint('mapViewDidDeselectAnnotationView::kNativeObjectPool: $kNativeObjectPool');
}