create__ static method

Implementation

static Future<com_amap_api_fence_PoiItem> create__() async {
  final __result__ = await kAmapLocationFluttifyChannel.invokeMethod(
    'ObjectFactory::createcom_amap_api_fence_PoiItem__',

  );
  return AmapLocationFluttifyAndroidAs<com_amap_api_fence_PoiItem>(__result__)!;
}