get_appName method

Future<String?> get_appName()

Implementation

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