Removes alarm from local storage.
static Future<void> unsaveAlarm(int id) => prefs.remove('$prefix$id');