stop method

Future<void> stop()

Implementation

Future<void> stop() async {
  _timer?.cancel();
  await _audio.fadeOut();
  await _finishSession();
}