musicService method
dynamic
musicService()
Implementation
musicService() async {
if (playingmusic.value || musicIndex.value == null) {
return;
}
playmusic();
}
musicService() async {
if (playingmusic.value || musicIndex.value == null) {
return;
}
playmusic();
}