contact library

Classes

Contact
ContactDate
ContactKeys
Because you can be dealing with linked contacts (unified) or individual contacts, we use this object to be able to track what sort of contact you're dealing with, and what keys can be used to find, reference, or update it.
Item
Item class used for contact fields which only have a label and a value, such as emails and phone numbers
PhoneNumber
PostalAddress

Enums

ContactMode

Properties

flutterContactLog → Logger
final

Functions

contactModeOf(dynamic dyn) ContactMode?
defaultPhoneNumberSanitizer(String? input) String
notNullList<T>() bool Function(T item)
parseDateTime(dynamic dyn) DateTime?

Typedefs

PhoneNumberSanitizer = String Function(String?)