enableNotificationOnKill property

bool enableNotificationOnKill
final

Whether to show a notification when application is killed by user.

  • Android: the alarm should still trigger even if the app is killed, if configured correctly and with the right permissions.
  • iOS: the alarm will not trigger if the app is killed.

Recommended: set to Platform.isIOS to enable it only on iOS. Defaults to true.

Implementation

final bool enableNotificationOnKill;