getCurrentAudio method

Future getCurrentAudio()

Implementation

Future getCurrentAudio() async {
  return act('audioCurrentSong');
}