getRobotPartLogs_Pre method

Future<GetRobotPartLogsResponse> getRobotPartLogs_Pre(
  1. ServiceCall call,
  2. Future<GetRobotPartLogsRequest> request
)

Implementation

$async.Future<$9.GetRobotPartLogsResponse> getRobotPartLogs_Pre($grpc.ServiceCall call, $async.Future<$9.GetRobotPartLogsRequest> request) async {
  return getRobotPartLogs(call, await request);
}