notifyNextTrack method

void notifyNextTrack()

Implementation

void notifyNextTrack() {
  _commandController.add(PlayerControlCommand.NEXT_TRACK);
}