getValue method

Future<double?> getValue()

Implementation

Future<double?> getValue() async {
  // print log
  if (fluttifyLogEnabled) {
    debugPrint('fluttify-dart: com.amap.api.services.route.RouteSearchV2.CurveCost@$refId::getValue([])');
  }

  // invoke native method
  final __result__ = await kAmapSearchFluttifyChannel.invokeMethod('com.amap.api.services.route.RouteSearchV2.CurveCost::getValue', {"__this__": this});


  // handle native call


  return __result__;
}