onUnmute property - MediaStreamTrack class - dart:html library (original) (raw)

description

Stream<Event> getonUnmute

Stream of unmute events handled by this MediaStreamTrack.

Implementation

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