We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85bcebc + 2d170c7 commit 6b243a7Copy full SHA for 6b243a7
lib/domain/repositories/schedule_repository.dart
@@ -4,7 +4,7 @@ abstract interface class ScheduleRepository {
4
/// Create a schedule
5
/// This is for creating a schedule
6
Future<void> createSchedule(ScheduleEntity schedule, int userId);
7
-
+
8
/// Get a List of schedules that are between the [startDate] and [endDate]
9
/// if [endDate] is null, it will get all schedules after [startDate]
10
/// This is for getting schedules by date
0 commit comments