EventStreamProvider<SpeechRecognitionEvent> noMatchEvent = const EventStreamProvider<SpeechRecognitionEvent>('nomatch')

Static factory designed to expose nomatch events to event handlers that are not necessarily instances of SpeechRecognition.

See EventStreamProvider for usage information.