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