TasksLocalDataSource class abstract

Implementers

Constructors

TasksLocalDataSource()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteTask(String id) Future<void>
deleteTasksByProject(String projectId) Future<void>
getTasks({String? projectId}) Future<List<TaskModelResponse>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveTask(TaskModelResponse task) Future<void>
saveTasks(List<TaskModelResponse> tasks) Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited