Future<Topic> undeleteTopic(Topic topic) async { return await CardinalSdkPlatformInterface.instance.apis.topic.undeleteTopic( _sdkId, topic, ); }