shareWith method
Implementation
Future<Contact> shareWith(String delegateId, Contact contact, { ContactShareOptions? options }) async {
return await CardinalSdkPlatformInterface.instance.apis.contact.tryAndRecover.shareWith(
_sdkId,
delegateId,
contact,
options,
);
}