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