noMatchEvent常量
静态工厂函数,用于将nomatch
事件暴露给不一定是SpeechRecognition实例的事件处理程序。
有关使用信息,请参阅EventStreamProvider。
实现
static const EventStreamProvider<SpeechRecognitionEvent> noMatchEvent =
const EventStreamProvider<SpeechRecognitionEvent>('nomatch');
静态工厂函数,用于将nomatch
事件暴露给不一定是SpeechRecognition实例的事件处理程序。
有关使用信息,请参阅EventStreamProvider。
static const EventStreamProvider<SpeechRecognitionEvent> noMatchEvent =
const EventStreamProvider<SpeechRecognitionEvent>('nomatch');