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