Imports contacts from a vCard string.
Returns the parsed contacts.
List<Contact> import(String vCard) => VCardReader.parse(vCard);