getPoiItem method

Implementation

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

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


  // handle native call


  return AmapLocationFluttifyAndroidAs<com_amap_api_fence_PoiItem>(__result__);
}