onAlarm method

Future<bool> onAlarm()

Implementation

Future<bool> onAlarm() async => await getActiveAlarm()?.onAlarm() ?? true;