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