ExecuteRequestUseCase constructor

const ExecuteRequestUseCase(
  1. NetworkRepository _repository
)

Creates a new ExecuteRequestUseCase with the given NetworkRepository.

The repository parameter is required and will be used to execute all HTTP requests through this use case.

Implementation

const ExecuteRequestUseCase(this._repository);