getMaterials method

Future<List<Material>> getMaterials(
  1. 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();
}