FileRepository constructor

FileRepository(
  1. FileApi _client,
  2. DioErrorHandler _dioErrorHandler,
  3. RepositoryErrorHandler _repositoryErrorHandler
)

Implementation

FileRepository(
  this._client,
  this._dioErrorHandler,
  this._repositoryErrorHandler,
);