speakAsync method

void speakAsync(
  1. String text
)

Implementation

void speakAsync(String text) {
  return openjtalkSpeakAsync(this, text);
}