set_street_batch method

Future<void> set_street_batch(
  1. List<String> street
)

Implementation

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


}