shareWith method
Implementation
Future<EncryptedClassification> shareWith(String delegateId, EncryptedClassification classification, { ClassificationShareOptions? options }) async {
return await CardinalSdkPlatformInterface.instance.apis.classification.encrypted.shareWith(
_sdkId,
delegateId,
classification,
options,
);
}