iceConnectionStateChangeEvent constant Null safety

EventStreamProvider<Event> const iceConnectionStateChangeEvent

Static factory designed to expose iceconnectionstatechange events to event handlers that are not necessarily instances of RtcPeerConnection.

See EventStreamProvider for usage information.

Implementation

static const EventStreamProvider<Event> iceConnectionStateChangeEvent =
    const EventStreamProvider<Event>('iceconnectionstatechange');