getAdname method

Future<String?> getAdname()

Implementation

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

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


  // handle native call


  return __result__;
}