speakSync method

void speakSync(
  1. String text
)

Implementation

void speakSync(String text) {
  return openjtalkSpeakSync(this, text);
}