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