stopAudio method

void stopAudio()

Implementation

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