initTTS method

Future<void> initTTS(
  1. String model
)

Initializes text-to-speech.

Implementation

Future<void> initTTS(String model) {
  throw UnimplementedError('initTTS() has not been implemented.');
}