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