DiseaseLearningRepository constructor
- LearningApi _client,
- IModelConvertManager _modelConvertManager,
- RepositoryErrorHandler _repositoryErrorHandler,
- DioErrorHandler _dioErrorHandler
Implementation
DiseaseLearningRepository(
this._client,
this._modelConvertManager,
this._repositoryErrorHandler,
this._dioErrorHandler,
);