getMaterials method
- CourseOffering courseOffering
Gets course materials (files, recordings, etc.) from I-School Plus.
Throws Exception on network failure.
Implementation
Future<List<Material>> getMaterials(CourseOffering courseOffering) async {
throw UnimplementedError();
}