updateCourse abstract method
- String token,
- MoodleCourse course
Updates the data for a given course
and returns the updated course confirmed by the server.
Implementation
Future<MoodleCourse> updateCourse(String token, MoodleCourse course);
Updates the data for a given course
and returns the updated course confirmed by the server.
Future<MoodleCourse> updateCourse(String token, MoodleCourse course);