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