Updates an existing contact.
contact - The contact data with updates.
contact
Future<Contact> updateContact(Contact contact) { throw UnimplementedError('updateContact() has not been implemented.'); }