shareWithMany method

Implementation

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