ttsEnable method

  1. @override
Future<void> ttsEnable(
  1. TTSPreferences? preferences
)
override

Enabled TTS playback for the current publication with optional preferences.

Implementation

@override
Future<void> ttsEnable(TTSPreferences? preferences) async =>
    await methodChannel.invokeMethod('ttsEnable', preferences?.toMap());