DataStoreCases
data class DataStoreCases @Inject constructor(val getAll: GetAllPref, val attendancePref: AttendancePref, val updatePercentage: UpdatePercentage, val updateCourse: UpdateCourse, val updateSem: UpdateSem, val updateCgpa: UpdateCgpa, val updateAttendanceSort: UpdateAttendanceSort, val reset: Reset, val clearAll: ClearAll)
Constructors
Link copied to clipboard
@Inject