onNoMatch property

Stream<SpeechRecognitionEvent> get onNoMatch

Stream of nomatch events handled by this SpeechRecognition.

Implementation

Stream<SpeechRecognitionEvent> get onNoMatch => noMatchEvent.forTarget(this);