stopSpeaking method

dynamic stopSpeaking()

Implementation

stopSpeaking(){
  _tts.stop();
}