resumeEvent 常量

EventStreamProvider<SpeechSynthesisEvent> const resumeEvent

静态工厂方法,用于向事件处理器公开 resume 事件,而这些事件处理器不必一定是 SpeechSynthesisUtterance 的实例。

有关使用信息,请参阅 EventStreamProvider

实现

static const EventStreamProvider<SpeechSynthesisEvent> resumeEvent =
    const EventStreamProvider<SpeechSynthesisEvent>('resume');