Future<bool> onAlarm() async { if (_onalarm == null) return true; return await EventHandler(this).execute(_onalarm); }