getNotificationOnAppKillTitle static method

String getNotificationOnAppKillTitle()

Returns notification on app kill notificationOnAppKillTitle.

Implementation

static String getNotificationOnAppKillTitle() =>
    prefs.getString(notificationOnAppKillTitle) ?? 'Your alarms may not ring';