previous method

void previous()

Implementation

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