notifyPreviousTrack method

void notifyPreviousTrack()

Implementation

void notifyPreviousTrack() {
  _commandController.add(PlayerControlCommand.PREVIOUS_TRACK);
}