stopAudio method

void stopAudio()

Implementation

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