muteEvent constant Null safety

EventStreamProvider<Event> const muteEvent

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

See EventStreamProvider for usage information.

Implementation

static const EventStreamProvider<Event> muteEvent =
    const EventStreamProvider<Event>('mute');