searchPOIId method

Implementation

Future<com_amap_api_services_core_PoiItem?> searchPOIId(String var1) async {
  // print log
  if (fluttifyLogEnabled) {
    debugPrint('fluttify-dart: com.amap.api.services.poisearch.PoiSearch@$refId::searchPOIId([\'var1\':$var1])');
  }

  // invoke native method
  final __result__ = await kAmapSearchFluttifyChannel.invokeMethod('com.amap.api.services.poisearch.PoiSearch::searchPOIId', {"var1": var1, "__this__": this});


  // handle native call


  return AmapSearchFluttifyAndroidAs<com_amap_api_services_core_PoiItem>(__result__);
}