updateRobot_Pre method

Future<UpdateRobotResponse> updateRobot_Pre(
  1. ServiceCall call,
  2. Future<UpdateRobotRequest> request
)

Implementation

$async.Future<$9.UpdateRobotResponse> updateRobot_Pre($grpc.ServiceCall call, $async.Future<$9.UpdateRobotRequest> request) async {
  return updateRobot(call, await request);
}