deleteTopicsByIds method
Implementation
Future<List<DocIdentifier>> deleteTopicsByIds(List<IdWithMandatoryRev> entityIds) async {
return await CardinalSdkPlatformInterface.instance.apis.topicBasic.deleteTopicsByIds(
_sdkId,
entityIds,
);
}
Future<List<DocIdentifier>> deleteTopicsByIds(List<IdWithMandatoryRev> entityIds) async {
return await CardinalSdkPlatformInterface.instance.apis.topicBasic.deleteTopicsByIds(
_sdkId,
entityIds,
);
}