soundStartEvent 常量

EventStreamProvider<Event> const soundStartEvent

静态工厂,用于向不一定是 SpeechRecognition 实例的事件处理器公开 soundstart 事件。

有关用法信息,请参阅 EventStreamProvider

实现

static const EventStreamProvider<Event> soundStartEvent =
    const EventStreamProvider<Event>('soundstart');