removeGeoFenceRegionsWithCustomID_batch method

Future<List<void>> removeGeoFenceRegionsWithCustomID_batch(
  1. List<String> customID
)

Implementation

Future<List<void>> removeGeoFenceRegionsWithCustomID_batch(List<String> customID) async {
  assert(true);

  // invoke native method
  final resultBatch = await kAmapLocationFluttifyChannel.invokeMethod('AMapGeoFenceManager::removeGeoFenceRegionsWithCustomID_batch', [for (int __i__ = 0; __i__ < this.length; __i__++) {"customID": customID[__i__], "__this__": this[__i__]}]);


  return (resultBatch as List).map((__result__) => __result__).cast<void>().toList();
}