setShufflePinPad method

PresentationConfig setShufflePinPad({
  1. bool shuffle = true,
})

Implementation

PresentationConfig setShufflePinPad({bool shuffle = true}) {
  _shufflePinPad = shuffle;
  return this;
}