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