removeWaypoint method
ResponseFuture<RemoveWaypointResponse>
removeWaypoint(
- RemoveWaypointRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$36.RemoveWaypointResponse> removeWaypoint($36.RemoveWaypointRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$removeWaypoint, request, options: options);
}