noMatchEvent常量

EventStreamProvider<SpeechRecognitionEvent> const noMatchEvent

静态工厂函数,用于将nomatch事件暴露给不一定是SpeechRecognition实例的事件处理程序。

有关使用信息,请参阅EventStreamProvider

实现

static const EventStreamProvider<SpeechRecognitionEvent> noMatchEvent =
    const EventStreamProvider<SpeechRecognitionEvent>('nomatch');