get_locatingWithReGeocode method

Future<bool?> get_locatingWithReGeocode()

Implementation

Future<bool?> get_locatingWithReGeocode() async {
  final __result__ = await kAmapLocationFluttifyChannel.invokeMethod("AMapLocationManager::get_locatingWithReGeocode", {'__this__': this});
  return __result__;
}