onSpeechEnd property
Stream of speechend
events handled by this SpeechRecognition.
Implementation
Stream<Event> get onSpeechEnd => speechEndEvent.forTarget(this);
Stream of speechend
events handled by this SpeechRecognition.
Stream<Event> get onSpeechEnd => speechEndEvent.forTarget(this);