NotificationService constructor
- FlutterLocalNotificationsPlugin _flutterLocalNotificationsPlugin,
- NotificationHandler _notificationHandler,
- LoggerCaptureService _loggerCaptureService
Implementation
NotificationService(
this._flutterLocalNotificationsPlugin,
this._notificationHandler,
this._loggerCaptureService,
);