endEvent 常量

EventStreamProvider<SpeechSynthesisEvent> const endEvent

静态工厂设计用于向非SpeechSynthesisUtterance实例的事件处理器公开end事件。

有关使用信息,请参阅EventStreamProvider

实现

static const EventStreamProvider<SpeechSynthesisEvent> endEvent =
    const EventStreamProvider<SpeechSynthesisEvent>('end');