iceConnectionStateChangeEvent constant Null safety
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');