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