next method

void next()
inherited

Jumps to the next Media in the Playlist opened.

Implementation

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