textToSpeech method
Convert text to speech with full configuration support
Throws UnsupportedError if not supported. Check supportedFeatures first.
Implementation
@override
Future<TTSResponse> textToSpeech(TTSRequest request) async {
return audio.textToSpeech(request);
}