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