get_neighborhood method

Future<String?> get_neighborhood()

Implementation

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