mapViewRequireLocationAuth method

  1. @mustCallSuper
Future<void> mapViewRequireLocationAuth (CLLocationManager locationManager)
@mustCallSuper, inherited

Implementation

@mustCallSuper
Future<void> mapViewRequireLocationAuth(CLLocationManager locationManager) {
  kNativeObjectPool.add(locationManager);
  debugPrint('mapViewRequireLocationAuth::kNativeObjectPool: $kNativeObjectPool');
}