getNotificationOnAppKillBody static method
Returns notification on app kill notificationOnAppKillBody.
Implementation
static String getNotificationOnAppKillBody() =>
prefs.getString(notificationOnAppKillBody) ??
'You killed the app. Please reopen so your alarms can be rescheduled.';