setDistrictItemList method

Future<void> setDistrictItemList(
  1. List<com_amap_api_fence_DistrictItem> var1
)

Implementation

Future<void> setDistrictItemList(List<com_amap_api_fence_DistrictItem> var1) async {
  // print log
  if (fluttifyLogEnabled) {
    debugPrint('fluttify-dart: com.amap.api.fence.GeoFence@$refId::setDistrictItemList([])');
  }

  // invoke native method
  final __result__ = await kAmapLocationFluttifyChannel.invokeMethod('com.amap.api.fence.GeoFence::setDistrictItemList', {"var1": var1, "__this__": this});


  // handle native call


  return __result__;
}