previous method

void previous()

Jumps to the previous Media in the Playlist opened.

Implementation

void previous() {
  PlayerFFI.previous(id);
}