shareWith method

Implementation

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