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