stopBgm method

void stopBgm()

Implementation

void stopBgm() {
  FlameAudio.bgm.stop();
}