DiseaseLearningRepository constructor

DiseaseLearningRepository(
  1. LearningApi _client,
  2. IModelConvertManager _modelConvertManager,
  3. RepositoryErrorHandler _repositoryErrorHandler,
  4. DioErrorHandler _dioErrorHandler
)

Implementation

DiseaseLearningRepository(
  this._client,
  this._modelConvertManager,
  this._repositoryErrorHandler,
  this._dioErrorHandler,
);