getSlotMappings abstract method

Future<List<CourseToSlot>> getSlotMappings({
  1. required String token,
  2. required int slotId,
})

Fetches all mappings for the slot with slotId.

Implementation

Future<List<CourseToSlot>> getSlotMappings({required String token, required int slotId});