setShuffle method

Future<void> setShuffle(
  1. bool shuffle
)

Enable or Disable the shuffle Default false.

Implementation

Future<void> setShuffle(bool shuffle) async =>
    await _player.setShuffle(shuffle);