shareWith method

Implementation

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