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('AMapLocationDistrictItem::set_cityCode_batch', [for (int __i__ = 0; __i__ < this.length; __i__++) {'__this__': this[__i__], "cityCode": cityCode[__i__]}]);


}