UpdateTaskUseCase constructor

UpdateTaskUseCase(
  1. TasksRepository repository
)

Implementation

UpdateTaskUseCase(this.repository);