shuffle method

void shuffle(
  1. bool shuffle
)

Implementation

void shuffle(bool shuffle) {
  player.setShuffle(shuffle);

  return;
}