onEnd property
Stream of end
events handled by this SpeechRecognition.
Implementation
Stream<Event> get onEnd => endEvent.forTarget(this);
Stream of end
events handled by this SpeechRecognition.
Stream<Event> get onEnd => endEvent.forTarget(this);