getCourses abstract method
- String token
Fetches all courses the user is enrolled in and that are compatible with the app.
Implementation
Future<List<MoodleCourse>> getCourses(String token);
Fetches all courses the user is enrolled in and that are compatible with the app.
Future<List<MoodleCourse>> getCourses(String token);