SpeechResultListener typedef

SpeechResultListener = void Function(SpeechRecognitionResult result)

Notified as words are recognized with the current set of recognized words.

See the onResult argument on the listen method for use.

Implementation

typedef SpeechResultListener = void Function(SpeechRecognitionResult result);