getRobotPartByNameAndLocation_Pre method

Future<GetRobotPartByNameAndLocationResponse> getRobotPartByNameAndLocation_Pre(
  1. ServiceCall call,
  2. Future<GetRobotPartByNameAndLocationRequest> request
)

Implementation

$async.Future<$11.GetRobotPartByNameAndLocationResponse> getRobotPartByNameAndLocation_Pre($grpc.ServiceCall call, $async.Future<$11.GetRobotPartByNameAndLocationRequest> request) async {
  return getRobotPartByNameAndLocation(call, await request);
}