getAlarms static method
Returns all the alarms.
Implementation
static Future<List<AlarmSettings>> getAlarms() =>
AlarmStorage.getSavedAlarms();
Returns all the alarms.
static Future<List<AlarmSettings>> getAlarms() =>
AlarmStorage.getSavedAlarms();