onStart property
Stream of start
events handled by this SpeechRecognition.
Implementation
Stream<Event> get onStart => startEvent.forTarget(this);
Stream of start
events handled by this SpeechRecognition.
Stream<Event> get onStart => startEvent.forTarget(this);