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