set_pId_batch method

Future<void> set_pId_batch(
  1. List<String> pId
)

Implementation

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


}