export method
Exports a single contact to vCard format.
version - vCard version to use.
Returns the vCard string.
Implementation
String export(Contact contact, {VCardVersion version = VCardVersion.v3}) =>
VCardWriter.write(contact, version);
Exports a single contact to vCard format.
version - vCard version to use.
Returns the vCard string.
String export(Contact contact, {VCardVersion version = VCardVersion.v3}) =>
VCardWriter.write(contact, version);