onUpdated function
void
onUpdated(
- void hook()
Called after the component is updated
Implementation
void onUpdated(void Function() hook) {
_registerHook(Lifecycle.updated, hook);
}
Called after the component is updated
void onUpdated(void Function() hook) {
_registerHook(Lifecycle.updated, hook);
}