rxlabz / speech_recognition

A Flutter plugin to use speech recognition on iOS & Android (Swift/Java)
https://pub.dartlang.org/packages/speech_recognition
Other
336 stars 197 forks source link

setErrorHandler isn't defined #77

Open zgramming opened 4 years ago

zgramming commented 4 years ago

I follow the documentation about basic recognition, But when i write _speech.setErrorHandler(errorHandler); setErrorHandler isn't Defined. When i check in _speech Function, yes is dont have setErrorHandler

connorlindsey commented 4 years ago

Same issue.

MarisabelC commented 4 years ago

Same issue. How can I handle the error?