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