skip method

Future<void> skip()

Skip to next track in queue

Implementation

Future<void> skip() async {
  await playNext();
}