ChangeImportedContacts constructor

const ChangeImportedContacts({
  1. required List<Contact> contacts,
})

Changes imported contacts using the list of contacts saved on the device. Imports newly added contacts and, if at least the file database is enabled, deletes recently deleted contacts.. Query result depends on the result of the previous query, so only one query is possible at the same time

Implementation

const ChangeImportedContacts({
  required this.contacts,
});