onIceConnectionStateChange property Null safety

Stream<Event> onIceConnectionStateChange

Stream of iceconnectionstatechange events handled by this RtcPeerConnection.

Implementation

Stream<Event> get onIceConnectionStateChange =>
    iceConnectionStateChangeEvent.forTarget(this);