NotificationRepository constructor
- NotificationApi _client,
- RepositoryErrorHandler _repositoryErrorHandler,
- DioErrorHandler _dioErrorHandler
Implementation
NotificationRepository(
this._client,
this._repositoryErrorHandler,
this._dioErrorHandler,
);