get_appScheme method

Future<String?> get_appScheme()

Implementation

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