onEnd 属性

Stream<Event> onEnd

由这个 SpeechRecognition 处理的 end 事件流。

实现

Stream<Event> get onEnd => endEvent.forTarget(this);