set_direction_batch method

Future<void> set_direction_batch(
  1. List<String?> direction
)

Implementation

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


}