clearSelectedUser method

void clearSelectedUser()

Implementation

void clearSelectedUser() {
  selectedUserList.clear();
  notifyListeners();
}