onConnectionStateChange property Null safety

Stream<Event> onConnectionStateChange

Stream of connectionstatechange events handled by this RtcPeerConnection.

Implementation

Stream<Event> get onConnectionStateChange =>
    connectionStateChangeEvent.forTarget(this);