onNoMatch property

Stream<SpeechRecognitionEvent> onNoMatch
@DocsEditable(), @DomName('SpeechRecognition.onnomatch')

Stream of nomatch events handled by this SpeechRecognition.

Implementation

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