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