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