get_strategy method

Future<AMapDrivingStrategy?> get_strategy()

Implementation

Future<AMapDrivingStrategy?> get_strategy() async {
  final __result__ = await kAmapCoreFluttifyChannel.invokeMethod("AMapNaviConfig::get_strategy", {'__this__': this});
  return (__result__ as int).toAMapDrivingStrategy();
}