delete method Null safety
Deletes the contact from the database.
Implementation
Future<void> delete() => FlutterContacts.deleteContact(this);
Deletes the contact from the database.
Future<void> delete() => FlutterContacts.deleteContact(this);