getPendingIntent_batch method

Future<List<android_app_PendingIntent?>> getPendingIntent_batch()

Implementation

Future<List<android_app_PendingIntent?>> getPendingIntent_batch() async {
  assert(true);

  // invoke native method
  final resultBatch = await kAmapLocationFluttifyChannel.invokeMethod('com.amap.api.fence.GeoFence::getPendingIntent_batch', [for (int __i__ = 0; __i__ < this.length; __i__++) {"__this__": this[__i__]}]);


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