getTopics method
Implementation
Future<List<DecryptedTopic>> getTopics(List<String> entityIds) async {
return await CardinalSdkPlatformInterface.instance.apis.topic.getTopics(
_sdkId,
entityIds,
);
}
Future<List<DecryptedTopic>> getTopics(List<String> entityIds) async {
return await CardinalSdkPlatformInterface.instance.apis.topic.getTopics(
_sdkId,
entityIds,
);
}