Start speak utterance of the given text
text
If there's a running utterance, it will be stopped immediately and new utterance will starts
Future<bool?> speak(String text) => TextToSpeechPlatform.instance.speak(text);