stopAudio method

void stopAudio()

Stops the currently playing audio.

Implementation

void stopAudio() {
  audioService.stopAudio();
}