updateCourse abstract method

Future<MoodleCourse> updateCourse(
  1. String token,
  2. 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);