stop method

Future<void> stop()
inherited

Stop

Implementation

Future<void> stop() async {
  FiftyAudioLogger.stop();
  await _player.stop();
}