1. <a class="" href="dart-core/Deprecated-class.html">Deprecated</a>("Internal Use Only")
RtcDataChannel internalCreateRtcDataChannel()

Not documented.

Source

@Deprecated("Internal Use Only")
static RtcDataChannel internalCreateRtcDataChannel() {
  return new RtcDataChannel._internalWrap();
}