undeleteTimeTable method

Future<TimeTable> undeleteTimeTable(
  1. TimeTable timeTable
)

Implementation

Future<TimeTable> undeleteTimeTable(TimeTable timeTable) async {
	return await CardinalSdkPlatformInterface.instance.apis.timeTable.undeleteTimeTable(
		_sdkId,
		timeTable,
	);
}