shareWithMany method

Implementation

Future<EncryptedClassification> shareWithMany(EncryptedClassification classification, Map<String, ClassificationShareOptions> delegates) async {
	return await CardinalSdkPlatformInterface.instance.apis.classification.encrypted.shareWithMany(
		_sdkId,
		classification,
		delegates,
	);
}