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