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