getCourseList abstract method

Future<List<ISchoolCourseDto>> getCourseList()

Fetches the list of courses available on iSchool+ for the current user.

Returns course references that can be passed to getStudents, getMaterials, and getMaterial. Not all courses from the course system will be present — internships and newly added courses may not appear until they are set up on I-School Plus.

The returned list preserves the order from the I-School Plus sidebar.

Implementation

Future<List<ISchoolCourseDto>> getCourseList();