playNext method
void
playNext()
Implementation
void playNext() async {
try {
await audioPlayer.seekToNext();
} catch (e) {
print("No next audio source: $e");
}
}
void playNext() async {
try {
await audioPlayer.seekToNext();
} catch (e) {
print("No next audio source: $e");
}
}