Ratna Priya
Results
2
comments of
Ratna Priya
You just need to replace this `_speech.setRecognitionCompleteHandler(onRecognitionComplete);` to ` _speech.setRecognitionCompleteHandler((_) => onRecognitionComplete());`. The error will go automatically. @SHAKTHI62
After adding the package into the project, again I am getting the same error.