get_cityCode_batch method

Future<List<String?>> get_cityCode_batch()

Implementation

Future<List<String?>> get_cityCode_batch() async {
  final resultBatch = await kAmapLocationFluttifyChannel.invokeMethod("AMapLocationDistrictItem::get_cityCode_batch", [for (final __item__ in this) {'__this__': __item__}]);
  return (resultBatch as List).map((__result__) => __result__).cast<String?>().toList();
}