ttsEnable method
Enabled TTS playback for the current publication with optional preferences.
Implementation
@override
Future<void> ttsEnable(TTSPreferences? preferences) async =>
await methodChannel.invokeMethod('ttsEnable', preferences?.toMap());