NotificationServiceImpl constructor
NotificationServiceImpl({
- required IHttpClient? httpClient,
- Logger? logger,
- required AppNotificationConfig notificationConfig,
Implementation
NotificationServiceImpl({
required IHttpClient? httpClient,
Logger? logger,
required this.notificationConfig,
}) : super(logger: logger ?? getAppNotificationLogger(notificationConfig), client: httpClient ?? getItNotifications());