textToSpeech method
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
Implementation
@override
FutureOr<String> textToSpeech(
{required int numberThreads,
required String text,
required String ouputPath}) {
// TODO: implement textToSpeech
throw UnimplementedError();
}