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