playText method

void playText(
  1. String text,
  2. bool interrupt
)

Implementation

void playText(String text,bool interrupt) {
  throw UnimplementedError('playText() has not been implemented.');
}