playWinEffect method

dynamic playWinEffect()

Implementation

playWinEffect() async {
  await _playAsserts("assets/sound/win.mp3");
}