menu
easy_audio_players_with_track package
documentation
easy_audio_players.dart
EasyAudioPlayers
changeVolume method
changeVolume method
dark_mode
light_mode
changeVolume
method
void
changeVolume
(
int
volume
)
Implementation
void changeVolume(int volume){ _player.changeVolume(volume); }
easy_audio_players_with_track package
documentation
easy_audio_players
EasyAudioPlayers
changeVolume method
EasyAudioPlayers class