onSpeechStart property
Stream of speechstart
events handled by this SpeechRecognition.
Implementation
Stream<Event> get onSpeechStart => speechStartEvent.forTarget(this);
Stream of speechstart
events handled by this SpeechRecognition.
Stream<Event> get onSpeechStart => speechStartEvent.forTarget(this);