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