docs: finalize navigation decoupling and unified cache rollout
This commit is contained in:
@@ -47,7 +47,7 @@ void main() {
|
||||
remoteCalls += 1;
|
||||
return const <ScheduleItemModel>[];
|
||||
},
|
||||
loadMonthFromRemote: (_, __) async => const <ScheduleItemModel>[],
|
||||
loadMonthFromRemote: (start, end) async => const <ScheduleItemModel>[],
|
||||
);
|
||||
|
||||
final result = await repository.getDayEvents(date);
|
||||
|
||||
Reference in New Issue
Block a user