getKinematics_Pre method

Future<GetKinematicsResponse> getKinematics_Pre(
  1. ServiceCall call,
  2. Future<GetKinematicsRequest> request
)

Implementation

$async.Future<$14.GetKinematicsResponse> getKinematics_Pre($grpc.ServiceCall call, $async.Future<$14.GetKinematicsRequest> request) async {
  return getKinematics(call, await request);
}