RTCTrackEvent constructor

RTCTrackEvent(
  1. String type,
  2. RTCTrackEventInit eventInitDict
)

Implementation

factory RTCTrackEvent(
  _i2.String type,
  _i3.RTCTrackEventInit eventInitDict,
) =>
    _i4.callConstructor(
      _declaredRTCTrackEvent,
      [
        type,
        eventInitDict,
      ],
    );