deleteContact method Null safety
- Contact contact
Deletes one contact from the database.
Implementation
static Future<void> deleteContact(Contact contact) async =>
deleteContacts([contact]);
Deletes one contact from the database.
static Future<void> deleteContact(Contact contact) async =>
deleteContacts([contact]);