set_floor_batch method

Future<void> set_floor_batch(
  1. List<String> floor
)

Implementation

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


}