musicService method

dynamic musicService()

Implementation

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