getNotificationOnAppKillTitle static method
Returns notification on app kill notificationOnAppKillTitle.
Implementation
static String getNotificationOnAppKillTitle() =>
prefs.getString(notificationOnAppKillTitle) ?? 'Your alarms may not ring';
Returns notification on app kill notificationOnAppKillTitle.
static String getNotificationOnAppKillTitle() =>
prefs.getString(notificationOnAppKillTitle) ?? 'Your alarms may not ring';