setPointList method

Future<void> setPointList(
  1. List<List<com_amap_api_location_DPoint>> var1
)

Implementation

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

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


  // handle native call


  return __result__;
}