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