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