shuffle method

void shuffle()

Shuffles the list and notifies listeners.

Implementation

void shuffle() {
  _users.shuffle();
  notifyListeners();
}