onBeforeUpdate property
void Function()?
onBeforeUpdate
final
Runs before the update schedule.
Implementation
final void Function()? onBeforeUpdate;
Runs before the update schedule.
final void Function()? onBeforeUpdate;