onComputedUpdated<T> method
Called when a computed is updated.
Implementation
@override
void onComputedUpdated<T>(Computed<T> instance, T value) {
log('computed updated: [${instance.globalId}|${instance.debugLabel}] => $value');
}
Called when a computed is updated.
@override
void onComputedUpdated<T>(Computed<T> instance, T value) {
log('computed updated: [${instance.globalId}|${instance.debugLabel}] => $value');
}