static Future<bool> deleteAlarm(int alarmId) async { bool isDeletedAlarm = await prefs.remove("$prefix$alarmId"); return isDeletedAlarm; }