NotificationRepository constructor
- required AppLogger logger,
Creates a NotificationRepository that reports lifecycle events and errors via logger.
Implementation
NotificationRepository({required AppLogger logger}) : _logger = logger;
Creates a NotificationRepository that reports lifecycle events and errors via logger.
NotificationRepository({required AppLogger logger}) : _logger = logger;