menu
rewo package
documentation
app/modules/tasks_module.dart
TaskService
all method
all method
dark_mode
light_mode
all
method
Future
<
List
<
Task
>
>
all
(
)
Implementation
Future<List<Task>> all() => _repo.findAll();
rewo package
documentation
app/modules/tasks_module
TaskService
all method
TaskService class