SetCloseFriends constructor

const SetCloseFriends({
  1. required List<int> userIds,
})

Changes the list of close friends of the current user

Implementation

const SetCloseFriends({
  required this.userIds,
});