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