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