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