LocalNotificationsPresenter constructor

LocalNotificationsPresenter({
  1. required Logger logger,
})

Implementation

LocalNotificationsPresenter({required Logger logger}) : _logger = logger;