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