endedEvent constant

EventStreamProvider<Event> const endedEvent = const EventStreamProvider<Event>('ended')

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

See EventStreamProvider for usage information.

Implementation

static const EventStreamProvider<Event> endedEvent =
    const EventStreamProvider<Event>('ended')