SetAlarm constructor

const SetAlarm({
  1. required double seconds,
})

Succeeds after a specified amount of time has passed. Can be called before initialization

Implementation

const SetAlarm({
  required this.seconds,
});