setShuffle static method

Future<void> setShuffle(
  1. bool enabled
)

Implementation

static Future<void> setShuffle(bool enabled) => controller.setShuffle(enabled);