NotificationRepository constructor

NotificationRepository({
  1. required AppLogger logger,
})

Creates a NotificationRepository that reports lifecycle events and errors via logger.

Implementation

NotificationRepository({required AppLogger logger}) : _logger = logger;