pausePlayback method

Future<void> pausePlayback()

Implementation

Future<void> pausePlayback() async {
  await _audioPlayer?.pause();
}