ForegroundServiceNotificationConfig constructor

const ForegroundServiceNotificationConfig({
  1. String? notificationTitle,
  2. String? notificationText,
})

Creates a configuration for the foreground service notification.

The notificationTitle is the title used for the foreground service notification. The notificationText is the body used for the foreground service notification. If either parameter is null, a default value will be used.