SpeechStatusListener typedef

SpeechStatusListener = void Function(String status)

Notified when recognition status changes.

See the onStatus argument on the SpeechToText.initialize method for use.

Implementation

typedef SpeechStatusListener = void Function(String status);