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