update method
void
update()
Force trigger a UI update (e.g., after in-place mutation — avoid if possible)
Implementation
void update() {
_notifier.value = _notifier.value.copy();
}
Force trigger a UI update (e.g., after in-place mutation — avoid if possible)
void update() {
_notifier.value = _notifier.value.copy();
}