set_city_batch method

Future<void> set_city_batch(
  1. List<String> city
)

Implementation

Future<void> set_city_batch(List<String> city) async {
  await kAmapLocationFluttifyChannel.invokeMethod('AMapLocationReGeocode::set_city_batch', [for (int __i__ = 0; __i__ < this.length; __i__++) {'__this__': this[__i__], "city": city[__i__]}]);


}