get_typeCode method

Future<String?> get_typeCode()

Implementation

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