getTopic method

Future<DecryptedTopic> getTopic(
  1. String entityId
)

Implementation

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