onUnmute property Null safety

Stream<Event> onUnmute

Stream of unmute events handled by this MediaStreamTrack.

Implementation

Stream<Event> get onUnmute => unmuteEvent.forTarget(this);