getSlotMappings abstract method
Fetches all mappings for the slot with slotId
.
Implementation
Future<List<CourseToSlot>> getSlotMappings({required String token, required int slotId});
Fetches all mappings for the slot with slotId
.
Future<List<CourseToSlot>> getSlotMappings({required String token, required int slotId});