Exercises extension
- on
Methods
-
assignExercise(
String id) → Future< Either< ApiError, void> > -
completeExercise(
String id) → Future< Either< ApiError, void> > -
getExercise(
String id) → Future< Either< ApiError, dynamic> > -
getExercisesByType(
String category, String? type) → Future< Either< ApiError, List< >ExerciseInfo> > -
getUserExercise(
) → Future< Either< ApiError, Map< >String, dynamic> > -
unassignExercise(
String id) → Future< Either< ApiError, void> >