getRobotPartHistory_Pre method
- ServiceCall call,
 - Future<
GetRobotPartHistoryRequest> request 
Implementation
$async.Future<$11.GetRobotPartHistoryResponse> getRobotPartHistory_Pre($grpc.ServiceCall call, $async.Future<$11.GetRobotPartHistoryRequest> request) async {
  return getRobotPartHistory(call, await request);
}