onAudioStart property
Stream of audiostart events handled by this SpeechRecognition.
Implementation
Stream<Event> get onAudioStart => audioStartEvent.forTarget(this);
Stream of audiostart events handled by this SpeechRecognition.
Stream<Event> get onAudioStart => audioStartEvent.forTarget(this);