set_detectRiskOfFakeLocation_batch method

Future<void> set_detectRiskOfFakeLocation_batch(
  1. List<bool> detectRiskOfFakeLocation
)

Implementation

Future<void> set_detectRiskOfFakeLocation_batch(List<bool> detectRiskOfFakeLocation) async {
  await kAmapLocationFluttifyChannel.invokeMethod('AMapLocationManager::set_detectRiskOfFakeLocation_batch', [for (int __i__ = 0; __i__ < this.length; __i__++) {'__this__': this[__i__], "detectRiskOfFakeLocation": detectRiskOfFakeLocation[__i__]}]);


}