shareWith method

Implementation

Future<GroupScoped<HealthElement>> shareWith(EntityReferenceInGroup delegate, GroupScoped<HealthElement> healthElement, { HealthElementShareOptions? options }) async {
	return await CardinalSdkPlatformInterface.instance.apis.healthElement.inGroup.tryAndRecover.shareWith(
		_sdkId,
		delegate,
		healthElement,
		options,
	);
}