setVelocity_Pre method

Future<SetVelocityResponse> setVelocity_Pre(
  1. ServiceCall call,
  2. Future<SetVelocityRequest> request
)

Implementation

$async.Future<$17.SetVelocityResponse> setVelocity_Pre($grpc.ServiceCall call, $async.Future<$17.SetVelocityRequest> request) async {
  return setVelocity(call, await request);
}