toggleShuffle method

Future<void> toggleShuffle()

Implementation

Future<void> toggleShuffle() => setShuffle(!_config.shuffle);