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