Sets a timeout for read operations.
@override void setReadTimeout(Duration timeout) => _connection.setReadTimeout(timeout);