setBody method

Implementation

WebRtcHttpMessageBuilder setBody(String body) {
  _body = body;
  return this;
}