JaeYun Park
Results
1
issues of
JaeYun Park
## 🐛 Bug Report ### Expected behavior ``` dart await flutterTts.setSharedInstance(true); ``` ``` dart await flutterTts.setIosAudioCategory(IosTextToSpeechAudioCategory.ambient, [ IosTextToSpeechAudioCategoryOptions.allowBluetooth, IosTextToSpeechAudioCategoryOptions.allowBluetoothA2DP, IosTextToSpeechAudioCategoryOptions.mixWithOthers ], IosTextToSpeechAudioMode.voicePrompt ); ``` above method doesn't work ``` dart...