menu
fml package
documentation
widgets/table/table_row_cell_model.dart
TableRowCellModel
onAlarm method
onAlarm method
dark_mode
light_mode
onAlarm
method
Future
<
bool
>
onAlarm
(
)
Implementation
Future<bool> onAlarm() async => await getActiveAlarm()?.onAlarm() ?? true;
fml package
documentation
widgets/table/table_row_cell_model
TableRowCellModel
onAlarm method
TableRowCellModel class