update method

Future<Contact> update()

Updates the contact in the database.

Implementation

Future<Contact> update() => FlutterContacts.updateContact(this);