setHost method

Implementation

WebRtcHttpMessageBuilder setHost(String host) {
  _host = host;
  return this;
}