menu
sky_hopper_game package
documentation
services/audio_service.dart
AudioService
stopBackgroundMusic method
stopBackgroundMusic method
dark_mode
light_mode
stopBackgroundMusic
method
Future
<
void
>
stopBackgroundMusic
(
)
Stops background music.
Implementation
Future<void> stopBackgroundMusic() async { await _bgmPlayer.stop(); }
sky_hopper_game package
documentation
services/audio_service
AudioService
stopBackgroundMusic method
AudioService class