setShufflePinPad method

PresentationConfig setShufflePinPad(
  1. bool shuffle
)

Implementation

PresentationConfig setShufflePinPad(bool shuffle) =>
    PresentationConfig(this).setShufflePinPad(shuffle: shuffle);