Future<TimeTable> undeleteTimeTableById(String id, String rev) async { return await CardinalSdkPlatformInterface.instance.apis.timeTable.undeleteTimeTableById( _sdkId, id, rev, ); }