dispose method

void dispose()

Cleans up and stops any ongoing speech

Implementation

void dispose() {
  stop();
}