allTasks abstract method

Future<List<TaskRecord>> allTasks()

Returns all task records from the persistent store.

Implementation

Future<List<TaskRecord>> allTasks();