W3cubDocs

/Dart 2

onUnmute property

Stream<Event> onUnmute

Stream of unmute events handled by this MediaStreamTrack.

Implementation

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

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.5.0/dart-html/MediaStreamTrack/onUnmute.html