stopAudio method

dynamic stopAudio()

Implementation

stopAudio() {
  assetsAudioPlayer.stop();
}