shareWithMany method
Implementation
Future<Topic> shareWithMany(Topic topic, Map<String, TopicShareOptions> delegates) async {
return await CardinalSdkPlatformInterface.instance.apis.topic.tryAndRecover.shareWithMany(
_sdkId,
topic,
delegates,
);
}