onAudioEnd property
Stream of audioend events handled by this SpeechRecognition.
Implementation
Stream<Event> get onAudioEnd => audioEndEvent.forTarget(this);
Stream of audioend events handled by this SpeechRecognition.
Stream<Event> get onAudioEnd => audioEndEvent.forTarget(this);