cleanup method

Future<void> cleanup()

Implementation

Future<void> cleanup() async {
  await _flutterTts.stop();
  _isSynthesizing = false;
  _configuration = null;
}