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