Creates a new contact.
contact - The contact data to create.
contact
Future<Contact> createContact(Contact contact) { throw UnimplementedError('createContact() has not been implemented.'); }