getClassroom abstract method

Future getClassroom({
  1. required String classroomId,
  2. required SemesterDto semester,
})

Fetches detailed information about a specific classroom.

Returns classroom information including location and schedule for the given classroomId in a specific semester.

This method is not yet implemented.

Implementation

Future getClassroom({
  required String classroomId,
  required SemesterDto semester,
});