getAoiName method

Future<String?> getAoiName()

Implementation

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

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


  // handle native call


  return __result__;
}