shareWithMany method

Implementation

Future<GroupScoped<HealthElement>> shareWithMany(GroupScoped<HealthElement> healthElement, Map<EntityReferenceInGroup, HealthElementShareOptions> delegates) async {
	return await CardinalSdkPlatformInterface.instance.apis.healthElement.inGroup.tryAndRecover.shareWithMany(
		_sdkId,
		healthElement,
		delegates,
	);
}