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