ttsSetPreferences method
Change the TTS preferences such as speed, pitch, and volume.
Implementation
Future<void> ttsSetPreferences(TTSPreferences preferences) =>
throw UnimplementedError('ttsSetPreferences() has not been implemented');
Change the TTS preferences such as speed, pitch, and volume.
Future<void> ttsSetPreferences(TTSPreferences preferences) =>
throw UnimplementedError('ttsSetPreferences() has not been implemented');