set_allowsBackgroundLocationUpdates_batch method

Future<void> set_allowsBackgroundLocationUpdates_batch(
  1. List<bool> allowsBackgroundLocationUpdates
)

Implementation

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


}