NotificationService constructor

NotificationService(
  1. FlutterLocalNotificationsPlugin _flutterLocalNotificationsPlugin,
  2. NotificationHandler _notificationHandler,
  3. LoggerCaptureService _loggerCaptureService
)

Implementation

NotificationService(
  this._flutterLocalNotificationsPlugin,
  this._notificationHandler,
  this._loggerCaptureService,
);