shuffle method
void
shuffle()
Shuffles the list and notifies listeners.
Implementation
void shuffle() {
_users.shuffle();
notifyListeners();
}
Shuffles the list and notifies listeners.
void shuffle() {
_users.shuffle();
notifyListeners();
}