setPoiItem method

Future<void> setPoiItem(
  1. com_amap_api_fence_PoiItem var1
)

Implementation

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

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


  // handle native call


  return __result__;
}