DeletePreviousCommentsUseCase constructor

const DeletePreviousCommentsUseCase({
  1. required GitHubRepository gitHubRepository,
})

Implementation

const DeletePreviousCommentsUseCase({
  required GitHubRepository gitHubRepository,
}) : _gitHubRepository = gitHubRepository;