FlutterAlarmClock class

A FlutterAlarmClock class for interacting with Android alarm clock using Android intents.

Constructors

FlutterAlarmClock()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

createAlarm({required int hour, required int minutes, String title = '', bool skipUi = true}) → void
Creates an alarm at the specified hour and minutes.
createTimer({required int length, String title = '', bool skipUi = true}) → void
Creates a timer with a specified length in seconds.
showAlarms() → void
Shows the alarms.
showTimers() → void
Shows the timers.