deleteTopic method
Implementation
Future<DocIdentifier> deleteTopic(Topic topic) async {
return await CardinalSdkPlatformInterface.instance.apis.topicBasic.deleteTopic(
_sdkId,
topic,
);
}
Future<DocIdentifier> deleteTopic(Topic topic) async {
return await CardinalSdkPlatformInterface.instance.apis.topicBasic.deleteTopic(
_sdkId,
topic,
);
}