set_district_batch method

Future<void> set_district_batch(
  1. List<String> district
)

Implementation

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


}