setAccess method

Future<void> setAccess(
  1. double var1
)

Implementation

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

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


  // handle native call


  return __result__;
}