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 SpeechToText.listen method for use.

Implementation

typedef SpeechResultListener = void Function(SpeechRecognitionResult result);