mapViewWillStartLocatingUser method

  1. @mustCallSuper
Future<void> mapViewWillStartLocatingUser (MAMapView mapView)
@mustCallSuper, inherited

Implementation

@mustCallSuper
Future<void> mapViewWillStartLocatingUser(MAMapView mapView) {
  kNativeObjectPool.add(mapView);
  debugPrint('mapViewWillStartLocatingUser::kNativeObjectPool: $kNativeObjectPool');
}