setStartPos method

Implementation

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

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


  // handle native call


  return __result__;
}