startEvent 常量
静态工厂,旨在将 start
事件公开给事件处理器,这些事件处理器不一定是 SpeechSynthesisUtterance 的实例。
有关使用信息,请参阅 EventStreamProvider。
实现
static const EventStreamProvider<SpeechSynthesisEvent> startEvent =
const EventStreamProvider<SpeechSynthesisEvent>('start');