get_keywords method

Future<String?> get_keywords()

Implementation

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