EventStreamProvider<MediaKeyEvent> keyAddedEvent = const EventStreamProvider<MediaKeyEvent>('webkitkeyadded')

Static factory designed to expose keyadded events to event handlers that are not necessarily instances of MediaElement.

See EventStreamProvider for usage information.