previous method

void previous()
inherited

Jumps to the previous Media in the Playlist opened.

Implementation

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