stopTalk method

dynamic stopTalk()

Implementation

stopTalk() async {
  log('stopTalk');
  print('stopTalk');
  await flutterTts.stop();
}