set_township_batch method

Future<void> set_township_batch(
  1. List<String> township
)

Implementation

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


}