removed on-device STT, as android and ios already have on-device STT built into the keyboard.
This commit is contained in:
@@ -39,5 +39,5 @@ class SpeechToText {
|
||||
|
||||
/// This is the callback that the SpeechToText plugin calls when
|
||||
/// the platform returns recognized words.
|
||||
String onSpeechResult(SpeechRecognitionResult result) => (text = result.recognizedWords);
|
||||
void onSpeechResult(SpeechRecognitionResult result) => (text = result.recognizedWords);
|
||||
}
|
||||
Reference in New Issue
Block a user