shareWithMany method

Implementation

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