errorEvent 常量

EventStreamProvider<SpeechRecognitionError> const errorEvent

静态工厂,旨在将 error 事件暴露给可能不是 SpeechRecognition 实例的事件处理程序。

有关用法信息,请参阅 EventStreamProvider

实现

static const EventStreamProvider<SpeechRecognitionError> errorEvent =
    const EventStreamProvider<SpeechRecognitionError>('error');