delete method

Future<void> delete()

Deletes the contact from the database.

Implementation

Future<void> delete() => FlutterContacts.deleteContact(this);