recompute method

  1. @override
void recompute()
override

Call the computed function and update the value

Implementation

@override
void recompute() {
  return instance.recompute();
}