unmuteEvent constant Null safety

EventStreamProvider<Event> const unmuteEvent

Static factory designed to expose unmute events to event handlers that are not necessarily instances of MediaStreamTrack.

See EventStreamProvider for usage information.

Implementation

static const EventStreamProvider unmuteEvent =
    const EventStreamProvider('unmute')