menu
rewo package
documentation
app/modules/tasks_module.dart
TaskService
delete method
delete method
dark_mode
light_mode
delete
method
Future
<
bool
>
delete
(
String
id
)
Implementation
Future<bool> delete(String id) => _repo.deleteById(id);
rewo package
documentation
app/modules/tasks_module
TaskService
delete method
TaskService class