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