set_cityID_batch method

Future<void> set_cityID_batch(
  1. List<int> cityID
)

Implementation

Future<void> set_cityID_batch(List<int> cityID) async {
  await kBmapCoreFluttifyChannel.invokeMethod('BMKPlanNode::set_cityID_batch', [for (int __i__ = 0; __i__ < this.length; __i__++) {'__this__': this[__i__], "cityID": cityID[__i__]}]);


}