onTrack property Null safety
Stream of track
events handled by this RtcPeerConnection.
Implementation
Stream<RtcTrackEvent> get onTrack => trackEvent.forTarget(this);
Stream of track
events handled by this RtcPeerConnection.
Stream<RtcTrackEvent> get onTrack => trackEvent.forTarget(this);