stopPlayback method

Future<void> stopPlayback()

Implementation

Future<void> stopPlayback() async {
  await _audioPlayer?.stop();
}