onUnmute property
Stream of unmute
events handled by this MediaStreamTrack.
Implementation
Stream<Event> get onUnmute => unmuteEvent.forTarget(this);
Stream of unmute
events handled by this MediaStreamTrack.
Stream<Event> get onUnmute => unmuteEvent.forTarget(this);