EventStreamProvider<MediaKeyEvent> keyMessageEvent = const EventStreamProvider<MediaKeyEvent>('webkitkeymessage')

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

See EventStreamProvider for usage information.