noMatchEvent constant

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

Static factory designed to expose nomatch events to event handlers that are not necessarily instances of SpeechRecognition.

See EventStreamProvider for usage information.

Implementation

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