set_type_batch method

Future<void> set_type_batch(
  1. List<String> type
)

Implementation

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


}