DeleteTaskUseCase constructor

DeleteTaskUseCase(
  1. TasksRepository repository
)

Implementation

DeleteTaskUseCase(this.repository);