RTCPeerConnectionIceErrorEvent constructor

RTCPeerConnectionIceErrorEvent(
  1. String type,
  2. RTCPeerConnectionIceErrorEventInit eventInitDict
)

Implementation

factory RTCPeerConnectionIceErrorEvent(
  _i2.String type,
  _i3.RTCPeerConnectionIceErrorEventInit eventInitDict,
) =>
    _i4.callConstructor(
      _declaredRTCPeerConnectionIceErrorEvent,
      [
        type,
        eventInitDict,
      ],
    );