SetAlarm constructor
      const
      SetAlarm({ 
    
- required double seconds,
Succeeds after a specified amount of time has passed. Can be called before initialization
Implementation
const SetAlarm({
  required this.seconds,
});