set_typeCode_batch method

Future<void> set_typeCode_batch(
  1. List<String> typeCode
)

Implementation

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


}