getCourses abstract method

Future<List<MoodleCourse>> getCourses(
  1. String token
)

Fetches all courses the user is enrolled in and that are compatible with the app.

Implementation

Future<List<MoodleCourse>> getCourses(String token);