RehabilitationRepository constructor

const RehabilitationRepository(
  1. RehabilitationApi _client,
  2. RepositoryErrorHandler _repositoryErrorHandler,
  3. DioErrorHandler _dioErrorHandler
)

Implementation

const RehabilitationRepository(
  this._client,
  this._repositoryErrorHandler,
  this._dioErrorHandler,
);