exitEvent constant Null safety

EventStreamProvider<Event> const exitEvent

Static factory designed to expose exit events to event handlers that are not necessarily instances of TextTrackCue.

See EventStreamProvider for usage information.

Implementation

static const EventStreamProvider<Event> exitEvent =
    const EventStreamProvider<Event>('exit')