refreshOnly function
Triggers a rebuild only for the widget associated with key
.
Implementation
void refreshOnly(ReactiveKey key) {
Reactivity.refresh(key);
}
Triggers a rebuild only for the widget associated with key
.
void refreshOnly(ReactiveKey key) {
Reactivity.refresh(key);
}