onNoMatch property
Stream of nomatch events handled by this SpeechRecognition.
Implementation
Stream<SpeechRecognitionEvent> get onNoMatch => noMatchEvent.forTarget(this);
Stream of nomatch events handled by this SpeechRecognition.
Stream<SpeechRecognitionEvent> get onNoMatch => noMatchEvent.forTarget(this);