getAdcode_batch method

Future<List<String?>> getAdcode_batch()

Implementation

Future<List<String?>> getAdcode_batch() async {
  assert(true);

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


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