Stream<SpeechRecognitionEvent> onNoMatch

Stream of nomatch events handled by this SpeechRecognition.

Source

@DomName('SpeechRecognition.onnomatch')
@DocsEditable()
Stream<SpeechRecognitionEvent> get onNoMatch => noMatchEvent.forTarget(this);