set_strategy_batch method

Future<void> set_strategy_batch(
  1. List<AMapDrivingStrategy> strategy
)

Implementation

Future<void> set_strategy_batch(List<AMapDrivingStrategy> strategy) async {
  await kAmapCoreFluttifyChannel.invokeMethod('AMapNaviConfig::set_strategy_batch', [for (int __i__ = 0; __i__ < this.length; __i__++) {'__this__': this[__i__], "strategy": strategy[__i__].toValue()}]);


}