clearAlarms method

void clearAlarms()

Implementation

void clearAlarms() {
  _alarms = <String, num>{};
  addAlarm(TimeGauge.TIME_OUT, 0);
}