setShuffle method

Future<void> setShuffle(
  1. bool shuffle
)

Implementation

Future<void> setShuffle(bool shuffle) {
  throw UnimplementedError(
    '[PlatformPlayer.shuffle] is not implemented',
  );
}