Deletes contacts with given IDs (given by contact.id)
contact.id
static Future deleteContacts(List<String> contactIds) async => await _channel.invokeMethod('delete', contactIds);