getShopID method

Future<String?> getShopID()

Implementation

Future<String?> getShopID() async {
  // print log
  if (fluttifyLogEnabled) {
    debugPrint('fluttify-dart: com.amap.api.services.core.PoiItem@$refId::getShopID([])');
  }

  // invoke native method
  final __result__ = await kAmapSearchFluttifyChannel.invokeMethod('com.amap.api.services.core.PoiItem::getShopID', {"__this__": this});


  // handle native call


  return __result__;
}