UpdateNotificationTokenImpl constructor
UpdateNotificationTokenImpl(
- UserRepository _repository,
- FindEstablishmentById _findEstablishmentById,
- GetLoggedUserToken _getLoggedUserToken
Implementation
UpdateNotificationTokenImpl(
this._repository,
this._findEstablishmentById,
this._getLoggedUserToken,
);