previousTrack method
Goes back to the previous track.
Implementation
Future<void> previousTrack() {
throw UnimplementedError('previousTrack() has not been implemented.');
}
Goes back to the previous track.
Future<void> previousTrack() {
throw UnimplementedError('previousTrack() has not been implemented.');
}