FileRepository constructor
- FileApi _client,
- DioErrorHandler _dioErrorHandler,
- RepositoryErrorHandler _repositoryErrorHandler
Implementation
FileRepository(
this._client,
this._dioErrorHandler,
this._repositoryErrorHandler,
);
FileRepository(
this._client,
this._dioErrorHandler,
this._repositoryErrorHandler,
);