recompute method
Call the computed function and update the value
Implementation
@override
void recompute() {
return instance.recompute();
}
Call the computed function and update the value
@override
void recompute() {
return instance.recompute();
}