all method

Future<List<Task>> all()

Returns all tasks.

Implementation

Future<List<Task>> all() => _repo.findAll();