RtcDataChannelEvent constructor

RtcDataChannelEvent(
  1. String type,
  2. Map eventInitDict
)

Implementation

factory RtcDataChannelEvent(String type, Map eventInitDict) {
  throw _webRtcUnsupported();
}