set_subtitle_batch method

Future<void> set_subtitle_batch(
  1. List<String?> subtitle
)

Implementation

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


}