garagecode
Results
1
comments of
garagecode
You can override the setRecognitionCompleteHandler method and put the code you want to run after listening stops. Example : _speech.setRecognitionCompleteHandler(() { setState(() { _isListening = false; _isAvailable = true; });...