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