previousTrack method

Future<void> previousTrack()

Goes back to the previous track.

Implementation

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