onEnd 属性

Stream<Event> onEnd

处理该 SpeechRecognitionend 事件的 Stream。

实现

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