skipTrack method
Skips to the next track.
Implementation
Future<void> skipTrack() {
throw UnimplementedError('skipTrack() has not been implemented.');
}
Skips to the next track.
Future<void> skipTrack() {
throw UnimplementedError('skipTrack() has not been implemented.');
}