getStudents method
- CourseOffering courseOffering
Gets students enrolled in a course from I-School Plus.
Throws Exception on network failure.
Implementation
Future<List<Student>> getStudents(CourseOffering courseOffering) async {
throw UnimplementedError();
}