set_citycode_batch method

Future<void> set_citycode_batch(
  1. List<String> citycode
)

Implementation

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


}