getCourseStats method
- int courseId
Returns the statistics for the course with the given courseId
.
Implementation
TaskAggregate? getCourseStats(int courseId) => state.data?[courseId];
Returns the statistics for the course with the given courseId
.
TaskAggregate? getCourseStats(int courseId) => state.data?[courseId];