update method

Future<Contact> update(
  1. {bool withGroups = false}
)

Updates the contact in the database.

Implementation

Future<Contact> update({bool withGroups = false}) =>
    FlutterContacts.updateContact(this, withGroups: withGroups);