getUpdate method
void
getUpdate()
Implementation
void getUpdate() {
// markNeedsBuild is idempotent and Flutter batches dirty elements
// into the next frame naturally — no per-notification microtask needed.
if (disposers != null && mounted) {
markNeedsBuild();
}
}