getRobotPartHistory_Pre method

Future<GetRobotPartHistoryResponse> getRobotPartHistory_Pre(
  1. ServiceCall call,
  2. Future<GetRobotPartHistoryRequest> request
)

Implementation

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