getStudentSlots abstract method

Future<List<Slot>> getStudentSlots({
  1. required String token,
  2. required int studentId,
})

Fetches all slots a supervisor can theoretically reserve for a student.

Implementation

Future<List<Slot>> getStudentSlots({required String token, required int studentId});