NotificationRepository constructor

NotificationRepository(
  1. NotificationApi _client,
  2. RepositoryErrorHandler _repositoryErrorHandler,
  3. DioErrorHandler _dioErrorHandler
)

Implementation

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