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