RemoveContacts constructor

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

Removes users from the contact list

Implementation

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