next method

void next()

Implementation

void next() {
  playbackNotifier.add(PlaybackState.next);
}