foregroundNotificationConfig property
Configuration for the Foreground Service notification (Android only).
If provided, the task will run as a Foreground Service on Android, guaranteeing execution even if the app is killed or the device enters Doze mode. This requires the appropriate FOREGROUND_SERVICE permissions in your manifest.
Ignored on iOS.
Implementation
final ForegroundNotificationConfig? foregroundNotificationConfig;