set_number_batch method

Future<void> set_number_batch(
  1. List<String> number
)

Implementation

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


}