addHeader method
Implementation
WebRtcHttpMessageBuilder addHeader(String key, String value) {
_header.putIfAbsent(key, () => []).add(value);
return this;
}
WebRtcHttpMessageBuilder addHeader(String key, String value) {
_header.putIfAbsent(key, () => []).add(value);
return this;
}