AppUseCase constructor

const AppUseCase(
  1. AppRepository _appRepository
)

Implementation

const AppUseCase(this._appRepository);