undeleteTopicById method
Implementation
Future<DecryptedTopic> undeleteTopicById(String id, String rev) async {
return await CardinalSdkPlatformInterface.instance.apis.topic.undeleteTopicById(
_sdkId,
id,
rev,
);
}
Future<DecryptedTopic> undeleteTopicById(String id, String rev) async {
return await CardinalSdkPlatformInterface.instance.apis.topic.undeleteTopicById(
_sdkId,
id,
rev,
);
}