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