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