Skip to content

Commit

Permalink
Update lib/src/services/databases/calendar/interface.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Levi Lesches <levilesches@gmail.com>
  • Loading branch information
todesj and Levi-Lesches committed Jan 19, 2022
1 parent 5054cba commit 7ba275b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/services/databases/calendar/interface.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ abstract class CalendarInterface {
Future<List<Map>> getSchedules();

/// Gets all the default schedules
Future<Map> getDefaultSchedules();
Future<Map<String, String>> getDefaultSchedules();
/// Saves all the schedules.
Future<void> setSchedules(List<Map> json);
}

0 comments on commit 7ba275b

Please sign in to comment.