flutter_contacts
contact
Contact
delete method
delete
flutter_contacts
contact
Contact
delete method
Contact class
Constructors
Contact
fromJson
fromVCard
Properties
accounts
addresses
displayName
emails
events
hashCode
id
name
notes
organizations
phones
photo
photoFetched
photoOrThumbnail
propertiesFetched
runtimeType
socialMedias
thumbnail
thumbnailFetched
websites
Methods
deduplicateProperties
delete
insert
noSuchMethod
toJson
toString
toVCard
update
Operators
operator ==
delete
method
Future
<
void
>
delete
(
)
Deletes the contact from the database.
Implementation
Future<void> delete() => FlutterContacts.deleteContact(this);