get_name method

Future<String?> get_name()

Implementation

Future<String?> get_name() async {
  final __result__ = await kAmapLocationFluttifyChannel.invokeMethod("AMapLocationPOIItem::get_name", {'__this__': this});
  return __result__;
}