onSoundEnd 属性

Stream<Event> onSoundEnd

SpeechRecognition 处理的 soundend 事件流。

实现

Stream<Event> get onSoundEnd => soundEndEvent.forTarget(this);