get_type method

Future<String?> get_type()

Implementation

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