Check whether TTS can speak the current publication's language.
@override Future<bool> ttsCanSpeak() async { final result = await methodChannel.invokeMethod<bool>('ttsCanSpeak'); return result ?? false; }