voice
voice copied to clipboard
onSpeechEnd never call on iOS
Voice.onSpeechEnd = onSpeechEnd;
const onSpeechEnd = (e) => {
}; onSpeechEnd did return anything on iOS (have tested on real device too). Working fine in Android