Initializes text-to-speech.
@override Future<void> initTTS(String model) { return methodChannel.invokeMethod<void>('initTTS', {'model': model}); }