skipTrack method

Future<void> skipTrack()

Skips to the next track.

Implementation

Future<void> skipTrack() {
  throw UnimplementedError('skipTrack() has not been implemented.');
}