ttsSetPreferences method
Change the TTS preferences such as speed, pitch, and volume.
Implementation
@override
Future<void> ttsSetPreferences(TTSPreferences preferences) =>
methodChannel.invokeMethod('ttsSetPreferences', preferences.toMap());
Change the TTS preferences such as speed, pitch, and volume.
@override
Future<void> ttsSetPreferences(TTSPreferences preferences) =>
methodChannel.invokeMethod('ttsSetPreferences', preferences.toMap());