getRobotPartHistory_Pre method
Future<GetRobotPartHistoryResponse>
getRobotPartHistory_Pre(
- 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);
}